2010-07-26 21:16:39 -04:00
|
|
|
|
|
|
|
dependencies {
|
2015-03-23 12:14:26 -04:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
project(':spring-security-acl'),
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-tx:$springVersion",
|
|
|
|
"org.springframework:spring-jdbc:$springVersion"
|
2010-07-26 21:16:39 -04:00
|
|
|
|
2015-03-23 12:14:26 -04:00
|
|
|
testCompile "org.springframework:spring-context:$springVersion"
|
2010-07-26 21:16:39 -04:00
|
|
|
|
2015-03-23 12:14:26 -04:00
|
|
|
runtime project(':spring-security-config'),
|
|
|
|
"org.hsqldb:hsqldb:$hsqlVersion",
|
|
|
|
"org.springframework:spring-context-support:$springVersion"
|
2010-07-26 21:16:39 -04:00
|
|
|
|
2015-03-23 12:14:26 -04:00
|
|
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
|
2010-07-26 21:16:39 -04:00
|
|
|
}
|