Skip to content

Commit 83cd6a6

Browse files
committed
Fix Testcontainer Tests With No Docker Running
Need junit-jupiter in s-r-stream too.
1 parent 41741f2 commit 83cd6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ project('spring-rabbit-stream') {
483483
testRuntimeOnly "org.lz4:lz4-java:$lz4Version"
484484
testRuntimeOnly "com.github.luben:zstd-jni:$zstdJniVersion"
485485
testImplementation "org.testcontainers:rabbitmq"
486+
testImplementation "org.testcontainers:junit-jupiter"
486487
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
487488
testImplementation 'org.springframework:spring-webflux'
488489
}

0 commit comments

Comments
 (0)