2009-12-05 05:33:17 +08:00
|
|
|
// Acl Module build file
|
|
|
|
|
|
|
|
dependencies {
|
2010-01-11 07:31:23 +08:00
|
|
|
compile project(':spring-security-core'),
|
2010-12-16 23:21:22 +08:00
|
|
|
'aopalliance:aopalliance:1.0',
|
2010-02-07 05:22:12 +08:00
|
|
|
"org.springframework:spring-aop:$springVersion",
|
2009-12-05 05:33:17 +08:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-tx:$springVersion",
|
|
|
|
"org.springframework:spring-jdbc:$springVersion"
|
|
|
|
|
2014-04-11 22:57:18 +08:00
|
|
|
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion"
|
2013-07-17 04:15:42 +08:00
|
|
|
|
2009-12-05 05:33:17 +08:00
|
|
|
testCompile "org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-context-support:$springVersion",
|
|
|
|
"org.springframework:spring-test:$springVersion"
|
2010-02-27 08:41:16 +08:00
|
|
|
|
2013-09-25 04:35:51 +08:00
|
|
|
testRuntime "org.hsqldb:hsqldb:$hsqlVersion"
|
2009-12-05 05:33:17 +08:00
|
|
|
}
|