70
70
springDataVersion = ' 2022.0.0'
71
71
springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0'
72
72
springRetryVersion = ' 2.0.0'
73
- testContainersVersion = ' 1.17.6'
73
+ testcontainersVersion = ' 1.17.6'
74
74
zstdJniVersion = ' 1.5.0-2'
75
75
76
76
javaProjects = subprojects - project(' :spring-amqp-bom' )
@@ -104,6 +104,7 @@ allprojects {
104
104
mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
105
105
mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
106
106
mavenBom " io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion "
107
+ mavenBom " org.testcontainers:testcontainers-bom:$testcontainersVersion "
107
108
}
108
109
}
109
110
@@ -443,7 +444,8 @@ project('spring-rabbit') {
443
444
testImplementation ' io.micrometer:micrometer-tracing-bridge-brave'
444
445
testImplementation ' io.micrometer:micrometer-tracing-test'
445
446
testImplementation ' io.micrometer:micrometer-tracing-integration-test'
446
- testImplementation " org.testcontainers:rabbitmq:$testContainersVersion "
447
+ testImplementation " org.testcontainers:rabbitmq"
448
+ testImplementation ' org.testcontainers:junit-jupiter'
447
449
testRuntimeOnly ' com.fasterxml.jackson.core:jackson-core'
448
450
testRuntimeOnly ' com.fasterxml.jackson.core:jackson-databind'
449
451
testRuntimeOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
@@ -480,7 +482,7 @@ project('spring-rabbit-stream') {
480
482
testRuntimeOnly " org.xerial.snappy:snappy-java:$snappyVersion "
481
483
testRuntimeOnly " org.lz4:lz4-java:$lz4Version "
482
484
testRuntimeOnly " com.github.luben:zstd-jni:$zstdJniVersion "
483
- testImplementation " org.testcontainers:rabbitmq: $t estContainersVersion "
485
+ testImplementation " org.testcontainers:rabbitmq"
484
486
testImplementation " org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion "
485
487
testImplementation ' org.springframework:spring-webflux'
486
488
}
@@ -501,7 +503,8 @@ project('spring-rabbit-junit') {
501
503
api ' org.springframework:spring-web'
502
504
api ' org.junit.jupiter:junit-jupiter-api'
503
505
api " org.assertj:assertj-core:$assertjVersion "
504
- optionalApi " org.testcontainers:rabbitmq:$testContainersVersion "
506
+ optionalApi " org.testcontainers:rabbitmq"
507
+ optionalApi " org.testcontainers:junit-jupiter"
505
508
optionalApi " ch.qos.logback:logback-classic:$logbackVersion "
506
509
optionalApi ' org.apache.logging.log4j:log4j-core'
507
510
compileOnly ' org.apiguardian:apiguardian-api:1.0.0'
0 commit comments