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'),
|
2009-12-04 16:33:17 -05:00
|
|
|
'org.openid4java:openid4java-nodeps:0.9.5',
|
|
|
|
"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
|
|
|
|
2009-12-04 16:33:17 -05:00
|
|
|
runtime 'commons-httpclient:commons-httpclient:3.1'
|
2010-07-26 21:16:39 -04:00
|
|
|
}
|