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'),
|
2014-11-20 16:16:22 -06:00
|
|
|
springCoreDependency,
|
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",
|
2014-12-10 10:07:32 -06:00
|
|
|
"org.jasig.cas.client:cas-client-core:$casClientVersion"
|
2013-07-16 15:15:42 -05:00
|
|
|
|
2014-11-18 17:14:30 -06:00
|
|
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
|
2010-03-07 21:58:25 +00:00
|
|
|
|
2014-04-02 08:48:55 -05:00
|
|
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
2013-08-17 14:11:55 +02:00
|
|
|
}
|