File tree Expand file tree Collapse file tree 6 files changed +9
-41
lines changed
spring-boot-security-saml2
spring-boot-test-autoconfigure
smoke-test/spring-boot-smoke-test-saml2-service-provider
starter/spring-boot-starter-security-saml2 Expand file tree Collapse file tree 6 files changed +9
-41
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ subprojects {
3232
3333 repositories {
3434 mavenCentral()
35+ maven {
36+ name " Shibboleth Releases"
37+ url " https://build.shibboleth.net/nexus/content/repositories/releases"
38+ content {
39+ includeGroup " org.opensaml"
40+ includeGroup " net.shibboleth"
41+ }
42+ }
3543 spring. mavenRepositories()
3644 }
3745
Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ plugins {
2424
2525description = " Spring Boot Security SAML2"
2626
27- configurations. all {
28- resolutionStrategy. eachDependency {
29- if (it. requested. group == ' org.opensaml' ) {
30- it. useVersion ' 4.0.1'
31- }
32- }
33- }
34-
3527dependencies {
3628 api(project(" :core:spring-boot" ))
3729 api(" org.springframework.security:spring-security-saml2-service-provider" )
Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ plugins {
2424
2525description = " Spring Boot Security"
2626
27- configurations. all {
28- resolutionStrategy. eachDependency {
29- if (it. requested. group == ' org.opensaml' ) {
30- it. useVersion ' 4.0.1'
31- }
32- }
33- }
34-
3527dependencies {
3628 api(project(" :core:spring-boot" ))
3729 api(" org.springframework.security:spring-security-config" )
Original file line number Diff line number Diff line change @@ -24,19 +24,11 @@ plugins {
2424
2525description = " Spring Boot Test AutoConfigure"
2626
27- configurations. all {
28- resolutionStrategy. eachDependency {
29- if (it. requested. group == ' org.opensaml' ) {
30- it. useVersion ' 4.0.1'
31- }
32- }
33- }
34-
3527dependencies {
3628 api(project(" :core:spring-boot" ))
3729 api(project(" :core:spring-boot-autoconfigure" ))
3830 api(project(" :core:spring-boot-test" ))
39-
31+
4032 compileOnly(" org.mockito:mockito-core" )
4133
4234 optional(project(" :module:spring-boot-cache" ))
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ plugins {
2020
2121description = " Spring Boot SAML 2 service provider smoke test"
2222
23- configurations. all {
24- resolutionStrategy. eachDependency {
25- if (it. requested. group == ' org.opensaml' ) {
26- it. useVersion ' 4.0.1'
27- }
28- }
29- }
30-
3123dependencies {
3224 implementation(project(" :starter:spring-boot-starter-security-saml2" ))
3325 implementation(project(" :starter:spring-boot-starter-webmvc" ))
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ plugins {
2020
2121description = " Starter for using Spring Security with SAML2"
2222
23- configurations. all {
24- resolutionStrategy. eachDependency {
25- if (it. requested. group == ' org.opensaml' ) {
26- it. useVersion ' 4.0.1'
27- }
28- }
29- }
30-
3123dependencies {
3224 api(project(" :starter:spring-boot-starter" ))
3325 api(project(" :starter:spring-boot-starter-security" ))
You can’t perform that action at this time.
0 commit comments