Skip to content

Commit 6f79921

Browse files
committed
Default to OpenSAML 3
- To make upgrade passive Issue gh-9095
1 parent 951202e commit 6f79921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ configurations {
5353

5454
dependencies {
5555
management platform(project(":spring-security-dependencies"))
56+
api("org.opensaml:opensaml-core")
57+
api("org.opensaml:opensaml-saml-api")
58+
api("org.opensaml:opensaml-saml-impl")
5659
coreSource(project(path: ":saml2-service-provider-core", configuration: 'sourceElements'))
5760
opensaml3Source(project(path: ":saml2-service-provider-opensaml3", configuration: 'sourceElements'))
5861
opensaml4Source(project(path: ":saml2-service-provider-opensaml4", configuration: 'sourceElements'))

0 commit comments

Comments
 (0)