2009-12-07 20:54:15 -05:00
|
|
|
|
|
|
|
dependencies {
|
2010-01-10 18:31:23 -05:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
project(':spring-security-web'),
|
2010-03-07 16:58:25 -05:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
2009-12-07 20:54:15 -05:00
|
|
|
"org.springframework:spring-beans:$springVersion",
|
2010-03-07 16:58:25 -05:00
|
|
|
"org.springframework:spring-web:$springVersion",
|
2013-08-17 08:11:55 -04:00
|
|
|
"org.jasig.cas.client:cas-client-core:3.2.1"
|
2013-07-16 16:15:42 -04:00
|
|
|
|
|
|
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
|
2010-03-07 16:58:25 -05:00
|
|
|
|
2012-11-28 18:56:03 -05:00
|
|
|
provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion"
|
2013-08-17 08:11:55 -04:00
|
|
|
}
|