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.
1 parent 3a2420a commit 0b23823Copy full SHA for 0b23823
testing/testcontainers/java/build.gradle
@@ -27,8 +27,8 @@ dependencies {
27
testImplementation 'junit:junit:4.13.2'
28
testImplementation "org.assertj:assertj-core:3.27.6"
29
testImplementation 'org.testcontainers:testcontainers:2.0.1'
30
- testImplementation 'org.testcontainers:cratedb:2.0.1'
31
- testImplementation 'org.testcontainers:postgresql:2.0.1'
+ testImplementation 'org.testcontainers:testcontainers-cratedb:2.0.1'
+ testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.1'
32
}
33
34
java {
0 commit comments