cas.gradle 604 B

12345678910111213
  1. dependencies {
  2. compile project(':spring-security-core'),
  3. project(':spring-security-web'),
  4. "javax.servlet:servlet-api:2.5",
  5. "org.springframework:spring-core:$springVersion",
  6. "org.springframework:spring-context:$springVersion",
  7. "org.springframework:spring-beans:$springVersion",
  8. "org.springframework:spring-tx:$springVersion",
  9. "org.springframework:spring-web:$springVersion",
  10. "org.jasig.cas:cas-client-core:3.1.9",
  11. "net.sf.ehcache:ehcache:$ehcacheVersion"
  12. }