Move Amqp testcontainers support into spring-boot-amqp
This commit is contained in:
committed by
Phillip Webb
parent
abdc0fdf90
commit
c8de0caaeb
@@ -7,7 +7,7 @@ description = "Spring Boot AMQP smoke test"
|
||||
|
||||
dependencies {
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-testcontainers-all"))
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-testcontainers"))
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support-docker"))
|
||||
dockerTestImplementation("org.awaitility:awaitility")
|
||||
dockerTestImplementation("org.testcontainers:junit-jupiter")
|
||||
|
||||
Reference in New Issue
Block a user