Polish "Add service connection for Testcontainers ActiveMQ"

This also adds support for Docker Compose.

See gh-35080
This commit is contained in:
Stephane Nicoll
2023-07-17 16:51:46 +02:00
parent 63121dd08a
commit 311fa6272d
11 changed files with 277 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-activemq"))
testImplementation("org.awaitility:awaitility")
testImplementation("org.testcontainers:testcontainers")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation(project(":spring-boot-project:spring-boot-testcontainers"))