Skip to content

Commit 0579126

Browse files
committed
Update spring-boot-smoke-test-activemq to use docker-test plugin
See gh-41228
1 parent 843de3a commit 0579126

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
plugins {
22
id "java"
33
id "org.springframework.boot.conventions"
4+
id "org.springframework.boot.docker-test"
45
}
56

67
description = "Spring Boot Actuator ActiveMQ smoke test"
78

89
dependencies {
10+
dockerTestImplementation("org.awaitility:awaitility")
11+
dockerTestImplementation("org.testcontainers:junit-jupiter")
12+
dockerTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
13+
dockerTestImplementation(project(":spring-boot-project:spring-boot-testcontainers"))
14+
dockerTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
15+
916
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-activemq"))
10-
11-
testImplementation("org.awaitility:awaitility")
12-
testImplementation("org.testcontainers:junit-jupiter")
13-
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
14-
testImplementation(project(":spring-boot-project:spring-boot-testcontainers"))
15-
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
1617
}

0 commit comments

Comments
 (0)