2009-12-08 01:54:15 +00:00
|
|
|
|
|
|
|
dependencies {
|
2015-03-23 11:14:26 -05: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 15:15:42 -05:00
|
|
|
|
2015-03-23 11:14:26 -05:00
|
|
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
|
2010-03-07 21:58:25 +00:00
|
|
|
|
2015-03-23 11:14:26 -05:00
|
|
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
2013-08-17 14:11:55 +02:00
|
|
|
}
|