1234567891011121314 |
- // Acl Module build file
- dependencies {
- compile project(':core'),
- 'net.sf.ehcache:ehcache:1.4.1',
- "org.springframework:spring-context:$springVersion",
- "org.springframework:spring-core:$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"
- }
|