Skip to content

Commit 45793af

Browse files
committed
Add Spring Boot Docker Compose Dependency
This helps so that the Docker instances start up automatically in the event they aren't already running.
1 parent 55d1b15 commit 45793af

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
testImplementation 'org.htmlunit:htmlunit'
3131
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3232
testImplementation 'org.springframework.security:spring-security-test'
33+
runtimeOnly "org.springframework.boot:spring-boot-docker-compose"
3334
}
3435

3536
tasks.withType(Test).configureEach {

servlet/spring-boot/java/saml2/saml-extension-federation/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929
testImplementation 'org.htmlunit:htmlunit'
3030
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3131
testImplementation 'org.springframework.security:spring-security-test'
32+
runtimeOnly "org.springframework.boot:spring-boot-docker-compose"
3233
}
3334

3435
tasks.withType(Test).configureEach {

servlet/spring-boot/java/saml2/saml-extension-urls/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929
testImplementation 'org.htmlunit:htmlunit'
3030
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3131
testImplementation 'org.springframework.security:spring-security-test'
32+
runtimeOnly "org.springframework.boot:spring-boot-docker-compose"
3233
}
3334

3435
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)