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 41741f2 commit 83cd6a6Copy full SHA for 83cd6a6
build.gradle
@@ -483,6 +483,7 @@ project('spring-rabbit-stream') {
483
testRuntimeOnly "org.lz4:lz4-java:$lz4Version"
484
testRuntimeOnly "com.github.luben:zstd-jni:$zstdJniVersion"
485
testImplementation "org.testcontainers:rabbitmq"
486
+ testImplementation "org.testcontainers:junit-jupiter"
487
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
488
testImplementation 'org.springframework:spring-webflux'
489
}
0 commit comments