2009-12-08 09:54:15 +08:00
|
|
|
|
|
|
|
|
dependencies {
|
2010-01-11 07:31:23 +08:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
|
project(':spring-security-web'),
|
2014-11-21 06:28:06 +08:00
|
|
|
springCoreDependency,
|
2010-03-08 05:58:25 +08:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
2009-12-08 09:54:15 +08:00
|
|
|
"org.springframework:spring-beans:$springVersion",
|
2010-03-08 05:58:25 +08:00
|
|
|
"org.springframework:spring-web:$springVersion",
|
2014-08-16 01:42:07 +08:00
|
|
|
"org.jasig.cas.client:cas-client-core:3.3.3"
|
2013-07-17 04:15:42 +08:00
|
|
|
|
2014-04-11 22:57:18 +08:00
|
|
|
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion"
|
2010-03-08 05:58:25 +08:00
|
|
|
|
2014-04-02 21:48:55 +08:00
|
|
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
2013-08-17 20:11:55 +08:00
|
|
|
}
|