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