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 {
32
32
33
33
repositories {
34
34
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
+ }
35
43
spring. mavenRepositories()
36
44
}
37
45
Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ plugins {
24
24
25
25
description = " Spring Boot Security SAML2"
26
26
27
- configurations. all {
28
- resolutionStrategy. eachDependency {
29
- if (it. requested. group == ' org.opensaml' ) {
30
- it. useVersion ' 4.0.1'
31
- }
32
- }
33
- }
34
-
35
27
dependencies {
36
28
api(project(" :core:spring-boot" ))
37
29
api(" org.springframework.security:spring-security-saml2-service-provider" )
Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ plugins {
24
24
25
25
description = " Spring Boot Security"
26
26
27
- configurations. all {
28
- resolutionStrategy. eachDependency {
29
- if (it. requested. group == ' org.opensaml' ) {
30
- it. useVersion ' 4.0.1'
31
- }
32
- }
33
- }
34
-
35
27
dependencies {
36
28
api(project(" :core:spring-boot" ))
37
29
api(" org.springframework.security:spring-security-config" )
Original file line number Diff line number Diff line change @@ -24,19 +24,11 @@ plugins {
24
24
25
25
description = " Spring Boot Test AutoConfigure"
26
26
27
- configurations. all {
28
- resolutionStrategy. eachDependency {
29
- if (it. requested. group == ' org.opensaml' ) {
30
- it. useVersion ' 4.0.1'
31
- }
32
- }
33
- }
34
-
35
27
dependencies {
36
28
api(project(" :core:spring-boot" ))
37
29
api(project(" :core:spring-boot-autoconfigure" ))
38
30
api(project(" :core:spring-boot-test" ))
39
-
31
+
40
32
compileOnly(" org.mockito:mockito-core" )
41
33
42
34
optional(project(" :module:spring-boot-cache" ))
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ plugins {
20
20
21
21
description = " Spring Boot SAML 2 service provider smoke test"
22
22
23
- configurations. all {
24
- resolutionStrategy. eachDependency {
25
- if (it. requested. group == ' org.opensaml' ) {
26
- it. useVersion ' 4.0.1'
27
- }
28
- }
29
- }
30
-
31
23
dependencies {
32
24
implementation(project(" :starter:spring-boot-starter-security-saml2" ))
33
25
implementation(project(" :starter:spring-boot-starter-webmvc" ))
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ plugins {
20
20
21
21
description = " Starter for using Spring Security with SAML2"
22
22
23
- configurations. all {
24
- resolutionStrategy. eachDependency {
25
- if (it. requested. group == ' org.opensaml' ) {
26
- it. useVersion ' 4.0.1'
27
- }
28
- }
29
- }
30
-
31
23
dependencies {
32
24
api(project(" :starter:spring-boot-starter" ))
33
25
api(project(" :starter:spring-boot-starter-security" ))
You can’t perform that action at this time.
0 commit comments