mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Remove commons-logging from saml2
Issue gh-10499
This commit is contained in:
parent
2471e3296d
commit
cbf0e1da68
@ -44,11 +44,19 @@ dependencies {
|
||||
management platform(project(":spring-security-dependencies"))
|
||||
api project(':spring-security-web')
|
||||
api "org.opensaml:opensaml-core"
|
||||
api "org.opensaml:opensaml-saml-api"
|
||||
api "org.opensaml:opensaml-saml-impl"
|
||||
api ("org.opensaml:opensaml-saml-api") {
|
||||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
}
|
||||
api ("org.opensaml:opensaml-saml-impl") {
|
||||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
}
|
||||
opensaml4MainImplementation "org.opensaml:opensaml-core:4.1.0"
|
||||
opensaml4MainImplementation "org.opensaml:opensaml-saml-api:4.1.0"
|
||||
opensaml4MainImplementation "org.opensaml:opensaml-saml-impl:4.1.0"
|
||||
opensaml4MainImplementation ("org.opensaml:opensaml-saml-api:4.1.0") {
|
||||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
}
|
||||
opensaml4MainImplementation ("org.opensaml:opensaml-saml-impl:4.1.0") {
|
||||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
}
|
||||
|
||||
provided 'jakarta.servlet:jakarta.servlet-api'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user