File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
saml2/saml2-service-provider Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,19 @@ dependencies {
44
44
management platform(project(" :spring-security-dependencies" ))
45
45
api project(' :spring-security-web' )
46
46
api " org.opensaml:opensaml-core"
47
- api " org.opensaml:opensaml-saml-api"
48
- api " org.opensaml:opensaml-saml-impl"
47
+ api (" org.opensaml:opensaml-saml-api" ) {
48
+ exclude group : ' commons-logging' , module : ' commons-logging'
49
+ }
50
+ api (" org.opensaml:opensaml-saml-impl" ) {
51
+ exclude group : ' commons-logging' , module : ' commons-logging'
52
+ }
49
53
opensaml4MainImplementation " org.opensaml:opensaml-core:4.1.0"
50
- opensaml4MainImplementation " org.opensaml:opensaml-saml-api:4.1.0"
51
- opensaml4MainImplementation " org.opensaml:opensaml-saml-impl:4.1.0"
54
+ opensaml4MainImplementation (" org.opensaml:opensaml-saml-api:4.1.0" ) {
55
+ exclude group : ' commons-logging' , module : ' commons-logging'
56
+ }
57
+ opensaml4MainImplementation (" org.opensaml:opensaml-saml-impl:4.1.0" ) {
58
+ exclude group : ' commons-logging' , module : ' commons-logging'
59
+ }
52
60
53
61
provided ' jakarta.servlet:jakarta.servlet-api'
54
62
You can’t perform that action at this time.
0 commit comments