Move Amqp testcontainers support into spring-boot-amqp

This commit is contained in:
Stéphane Nicoll
2025-05-19 14:43:46 +02:00
committed by Phillip Webb
parent abdc0fdf90
commit c8de0caaeb
9 changed files with 18 additions and 9 deletions

View File

@@ -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")