1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Add spring-security-dependencies

Issue gh-9540
This commit is contained in:
Rob Winch
2021-04-04 12:50:07 -05:00
parent 1a76ee7442
commit 0f0e8eded4
4 changed files with 234 additions and 89 deletions
@@ -40,9 +40,9 @@ repositories {
dependencies {
constraints {
management("org.opensaml:opensaml-core:4.+")
management("org.opensaml:opensaml-saml-api:4.+")
management("org.opensaml:opensaml-saml-impl:4.+")
management("org.opensaml:opensaml-core:4.1.0")
management("org.opensaml:opensaml-saml-api:4.1.0")
management("org.opensaml:opensaml-saml-impl:4.1.0")
}
api project(':saml2-service-provider-core')