2009-12-04 16:33:17 -05:00
|
|
|
// Acl Module build file
|
|
|
|
|
|
|
|
dependencies {
|
2010-01-10 18:31:23 -05:00
|
|
|
compile project(':spring-security-core'),
|
2010-12-16 10:21:22 -05:00
|
|
|
'aopalliance:aopalliance:1.0',
|
2009-12-07 20:54:15 -05:00
|
|
|
"net.sf.ehcache:ehcache:$ehcacheVersion",
|
2010-02-06 16:22:12 -05:00
|
|
|
"org.springframework:spring-aop:$springVersion",
|
2009-12-04 16:33:17 -05:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-tx:$springVersion",
|
|
|
|
"org.springframework:spring-jdbc:$springVersion"
|
|
|
|
|
|
|
|
testCompile "org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-context-support:$springVersion",
|
|
|
|
"org.springframework:spring-test:$springVersion"
|
2010-02-26 19:41:16 -05:00
|
|
|
|
|
|
|
testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
2009-12-04 16:33:17 -05:00
|
|
|
}
|