openid.gradle 678 B

1234567891011121314151617
  1. // OpenID Module build file
  2. dependencies {
  3. compile project(':spring-security-core'),
  4. project(':spring-security-web'),
  5. 'org.openid4java:openid4java-nodeps:0.9.5',
  6. "org.springframework:spring-aop:$springVersion",
  7. "org.springframework:spring-core:$springVersion",
  8. "org.springframework:spring-context:$springVersion",
  9. "org.springframework:spring-beans:$springVersion",
  10. "org.springframework:spring-tx:$springVersion",
  11. "org.springframework:spring-web:$springVersion"
  12. provided "javax.servlet:servlet-api:2.5"
  13. runtime 'commons-httpclient:commons-httpclient:3.1'
  14. }