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'),
|
2014-11-20 17:16:22 -05:00
|
|
|
springCoreDependency,
|
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-12-10 11:07:32 -05:00
|
|
|
"org.jasig.cas.client:cas-client-core:$casClientVersion"
|
2013-07-16 16:15:42 -04:00
|
|
|
|
2014-11-18 18:14:30 -05:00
|
|
|
optional "net.sf.ehcache:ehcache:$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
|
|
|
}
|