We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0fee14 + 70d6a25 commit 79fa43bCopy full SHA for 79fa43b
modules/jdbc/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC"
3
dependencies {
4
api project(':testcontainers-database-commons')
5
6
- compileOnly 'org.jetbrains:annotations:26.0.2'
+ compileOnly 'org.jetbrains:annotations:26.0.2-1'
7
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
8
testImplementation 'org.vibur:vibur-dbcp:26.0'
9
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.11'
0 commit comments