2009-12-04 16:33:17 -05:00
|
|
|
// OpenID Module build file
|
|
|
|
|
|
|
|
dependencies {
|
2010-01-10 18:31:23 -05:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
project(':spring-security-web'),
|
2011-04-27 00:14:58 -04:00
|
|
|
'org.openid4java:openid4java-nodeps:0.9.6',
|
2009-12-04 16:33:17 -05:00
|
|
|
"org.springframework:spring-aop:$springVersion",
|
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion"
|
|
|
|
|
2010-03-07 16:58:25 -05:00
|
|
|
provided 'javax.servlet:servlet-api:2.5'
|
2010-01-10 18:31:23 -05:00
|
|
|
|
2011-04-27 00:14:58 -04:00
|
|
|
runtime 'org.apache.httpcomponents:httpclient:4.1.1'
|
|
|
|
}
|