We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed4bea commit d34c768Copy full SHA for d34c768
1 file changed
tests/integration/host/build.gradle.kts
@@ -33,6 +33,7 @@ dependencies {
33
testImplementation("org.testcontainers:testcontainers-mysql:2.0.1")
34
testImplementation("org.testcontainers:testcontainers-postgresql:2.0.1")
35
testImplementation("org.testcontainers:testcontainers-toxiproxy:2.0.1")
36
+ testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.1")
37
testImplementation("org.apache.poi:poi-ooxml:5.3.0")
38
testImplementation("org.slf4j:slf4j-simple:2.0.16")
39
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
0 commit comments