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 {
187
187
dependency ' org.mockito:mockito-core:3.0.0'
188
188
dependency ' org.objenesis:objenesis:2.6'
189
189
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'
190
193
dependency ' org.ow2.asm:asm:6.2.1'
191
194
dependency ' org.reactivestreams:reactive-streams:1.0.1'
192
195
dependency ' org.seleniumhq.selenium:htmlunit-driver:2.36.0'
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies {
4
4
compile project(' :spring-security-core' )
5
5
compile project(' :spring-security-web' )
6
6
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" )
10
10
11
11
provided ' javax.servlet:javax.servlet-api'
12
12
}
You can’t perform that action at this time.
0 commit comments