@@ -164,6 +164,7 @@ allprojects {
164
164
mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
165
165
mavenBom " io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion "
166
166
mavenBom " org.apache.camel:camel-bom:$camelVersion "
167
+ mavenBom " org.testcontainers:testcontainers-bom:$testcontainersVersion "
167
168
}
168
169
169
170
}
@@ -268,7 +269,7 @@ configure(javaProjects) { subproject ->
268
269
testImplementation ' org.jetbrains.kotlin:kotlin-reflect'
269
270
testImplementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
270
271
testImplementation ' io.projectreactor:reactor-test'
271
- testImplementation " org.testcontainers:junit-jupiter: $t estcontainersVersion "
272
+ testImplementation ' org.testcontainers:junit-jupiter'
272
273
273
274
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
274
275
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
@@ -719,7 +720,7 @@ project('spring-integration-jdbc') {
719
720
testImplementation " org.postgresql:postgresql:$postgresVersion "
720
721
testImplementation " mysql:mysql-connector-java:$mysqlVersion "
721
722
testImplementation " org.apache.commons:commons-dbcp2:$commonsDbcp2Version "
722
- testImplementation " org.testcontainers:mysql: $t estcontainersVersion "
723
+ testImplementation ' org.testcontainers:mysql'
723
724
724
725
testRuntimeOnly ' com.fasterxml.jackson.core:jackson-databind'
725
726
}
@@ -801,6 +802,8 @@ project('spring-integration-mongodb') {
801
802
}
802
803
optionalApi " org.mongodb:mongodb-driver-sync:$mongoDriverVersion "
803
804
optionalApi " org.mongodb:mongodb-driver-reactivestreams:$mongoDriverVersion "
805
+
806
+ testImplementation ' org.testcontainers:mongodb'
804
807
}
805
808
}
806
809
0 commit comments