File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
saml2/saml2-service-provider Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,9 @@ dependencyManagement {
187187 dependency ' org.mockito:mockito-core:3.0.0'
188188 dependency ' org.objenesis:objenesis:2.6'
189189 dependency ' org.openid4java:openid4java-nodeps:0.9.6'
190+ dependency ' org.opensaml:opensaml-core:3.3.1'
191+ dependency ' org.opensaml:opensaml-saml-api:3.3.1'
192+ dependency ' org.opensaml:opensaml-saml-impl:3.3.1'
190193 dependency ' org.ow2.asm:asm:6.2.1'
191194 dependency ' org.reactivestreams:reactive-streams:1.0.1'
192195 dependency ' org.seleniumhq.selenium:htmlunit-driver:2.36.0'
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies {
44 compile project(' :spring-security-core' )
55 compile project(' :spring-security-web' )
66
7- compile(" org.opensaml:opensaml-core:3.3.0 " )
8- compile(" org.opensaml:opensaml-saml-api:3.3.0 " )
9- compile(" org.opensaml:opensaml-saml-impl:3.3.0 " )
7+ compile(" org.opensaml:opensaml-core" )
8+ compile(" org.opensaml:opensaml-saml-api" )
9+ compile(" org.opensaml:opensaml-saml-impl" )
1010
1111 provided ' javax.servlet:javax.servlet-api'
1212}
You can’t perform that action at this time.
0 commit comments