2010-07-27 09:16:39 +08:00
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
compile project(':spring-security-core'),
|
|
|
|
|
project(':spring-security-acl'),
|
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
|
"org.springframework:spring-tx:$springVersion",
|
|
|
|
|
"org.springframework:spring-jdbc:$springVersion"
|
|
|
|
|
|
|
|
|
|
testCompile "org.springframework:spring-context:$springVersion"
|
|
|
|
|
|
|
|
|
|
runtime project(':spring-security-config'),
|
2013-12-14 09:21:10 +08:00
|
|
|
"org.hsqldb:hsqldb:$hsqlVersion",
|
2010-07-27 09:16:39 +08:00
|
|
|
"org.springframework:spring-context-support:$springVersion"
|
|
|
|
|
|
2014-04-11 22:57:18 +08:00
|
|
|
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion"
|
2010-07-27 09:16:39 +08:00
|
|
|
}
|