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",
|
2014-04-15 11:36:37 -04:00
|
|
|
"org.jasig.cas.client:cas-client-core:3.2.1"
|
2013-07-16 16:15:42 -04:00
|
|
|
|
2014-04-11 10:57:18 -04:00
|
|
|
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion"
|
2010-03-07 16:58:25 -05:00
|
|
|
|
2014-04-02 09:48:55 -04:00
|
|
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
2013-08-17 08:11:55 -04:00
|
|
|
}
|