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