Skip to content

Commit

Permalink
Remove unused testcontainers from catalog (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Feb 5, 2024
1 parent 3c0931e commit 9a65d33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ javaparser = '3.25.8'
jaxb-api = '2.3.1'
mongodb = '4.11.1'
netty-native = '4.1.106.Final'
testcontainers = '1.19.3'
tomcat-jdbc = '10.1.18'

micronaut-docs = "2.0.0"
Expand All @@ -27,7 +26,6 @@ javaparser = { module = 'com.github.javaparser:javaparser-core', version.ref = '
jaxb-api = { module = 'javax.xml.bind:jaxb-api', version.ref = 'jaxb-api' }
mongodb-driver-sync = { module = 'org.mongodb:mongodb-driver-sync', version.ref = 'mongodb' }
netty-native = { module = 'io.netty:netty-transport-native-epoll', version.ref = 'netty-native' }
testcontainers-spock = { module = 'org.testcontainers:spock', version.ref = 'testcontainers' }
tomcat-jdbc = { module = 'org.apache.tomcat:tomcat-jdbc', version.ref = 'tomcat-jdbc' }

groovy-test = { module = 'org.apache.groovy:groovy-test', version = '' }
Expand Down

0 comments on commit 9a65d33

Please sign in to comment.