2009-12-07 20:54:15 -05:00
|
|
|
|
|
|
|
dependencies {
|
2015-03-23 12:14:26 -04:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
project(':spring-security-web'),
|
|
|
|
springCoreDependency,
|
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion",
|
|
|
|
"org.jasig.cas.client:cas-client-core:$casClientVersion"
|
2013-07-16 16:15:42 -04:00
|
|
|
|
2015-03-23 12:14:26 -04:00
|
|
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
|
2010-03-07 16:58:25 -05:00
|
|
|
|
2015-03-23 12:14:26 -04:00
|
|
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
2013-08-17 08:11:55 -04:00
|
|
|
}
|