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",
|
2011-01-12 09:56:16 -05:00
|
|
|
"org.jasig.cas.client:cas-client-core:3.1.12",
|
2009-12-07 20:54:15 -05:00
|
|
|
"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"
|
|
|
|
}
|