File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
servlet/spring-boot/java/saml2
saml-extension-federation Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ dependencies {
30
30
testImplementation ' org.htmlunit:htmlunit'
31
31
testImplementation ' org.springframework.boot:spring-boot-starter-test'
32
32
testImplementation ' org.springframework.security:spring-security-test'
33
+ runtimeOnly " org.springframework.boot:spring-boot-docker-compose"
33
34
}
34
35
35
36
tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ dependencies {
29
29
testImplementation ' org.htmlunit:htmlunit'
30
30
testImplementation ' org.springframework.boot:spring-boot-starter-test'
31
31
testImplementation ' org.springframework.security:spring-security-test'
32
+ runtimeOnly " org.springframework.boot:spring-boot-docker-compose"
32
33
}
33
34
34
35
tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ dependencies {
29
29
testImplementation ' org.htmlunit:htmlunit'
30
30
testImplementation ' org.springframework.boot:spring-boot-starter-test'
31
31
testImplementation ' org.springframework.security:spring-security-test'
32
+ runtimeOnly " org.springframework.boot:spring-boot-docker-compose"
32
33
}
33
34
34
35
tasks. withType(Test ). configureEach {
You can’t perform that action at this time.
0 commit comments