1
0
mirror of synced 2026-08-06 10:18:52 +00:00

SEC-1729: Updated openid module and sample to openid4java 0.9.6 and httpclient 4.1.1

This commit is contained in:
Rob Winch
2011-04-26 23:14:58 -05:00
parent ae5b402651
commit bd74185e41
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -13,6 +13,7 @@ configurations {
dependencies {
compile project(':spring-security-core'),
project(':spring-security-web'),
'org.openid4java:openid4java-nodeps:0.9.6',
"org.aspectj:aspectjweaver:$aspectjVersion",
'aopalliance:aopalliance:1.0',
"org.springframework:spring-aop:$springVersion",
@@ -26,7 +27,6 @@ dependencies {
testCompile project(':spring-security-ldap'),
project(':spring-security-openid'),
'org.openid4java:openid4java-nodeps:0.9.5',
project(':spring-security-core').sourceSets.test.classes,
'javax.annotation:jsr250-api:1.0',
"org.springframework.ldap:spring-ldap-core:$springLdapVersion",