openid.gradle 545 B

123456789101112131415
  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.6',
  6. "org.springframework:spring-aop:$springVersion",
  7. "org.springframework:spring-context:$springVersion",
  8. "org.springframework:spring-beans:$springVersion",
  9. "org.springframework:spring-web:$springVersion"
  10. provided 'javax.servlet:servlet-api:2.5'
  11. runtime 'org.apache.httpcomponents:httpclient:4.1.1'
  12. }