build.gradle 645 B

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