1234567891011121314151617 |
- // OpenID Module build file
- dependencies {
- compile project(':spring-security-core'),
- project(':spring-security-web'),
- 'org.openid4java:openid4java-nodeps:0.9.5',
- "org.springframework:spring-aop:$springVersion",
- "org.springframework:spring-core:$springVersion",
- "org.springframework:spring-context:$springVersion",
- "org.springframework:spring-beans:$springVersion",
- "org.springframework:spring-tx:$springVersion",
- "org.springframework:spring-web:$springVersion"
- provided "javax.servlet:servlet-api:2.5"
- runtime 'commons-httpclient:commons-httpclient:3.1'
- }
|