SEC-1729: Updated openid module and sample to openid4java 0.9.6 and httpclient 4.1.1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
dependencies {
|
||||
compile project(':spring-security-core'),
|
||||
project(':spring-security-web'),
|
||||
'org.openid4java:openid4java-nodeps:0.9.5',
|
||||
'org.openid4java:openid4java-nodeps:0.9.6',
|
||||
"org.springframework:spring-aop:$springVersion",
|
||||
"org.springframework:spring-context:$springVersion",
|
||||
"org.springframework:spring-beans:$springVersion",
|
||||
@@ -11,5 +11,9 @@ dependencies {
|
||||
|
||||
provided 'javax.servlet:servlet-api:2.5'
|
||||
|
||||
runtime 'commons-httpclient:commons-httpclient:3.1'
|
||||
runtime 'org.apache.httpcomponents:httpclient:4.1.1'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenRepo name: 'Google Guice', urls: 'http://guice-maven.googlecode.com/svn/trunk'
|
||||
}
|
||||
Reference in New Issue
Block a user