build.gradle 574 B

1234567891011121314
  1. // Acl Module build file
  2. dependencies {
  3. compile project(':core'),
  4. 'net.sf.ehcache:ehcache:1.4.1',
  5. "org.springframework:spring-context:$springVersion",
  6. "org.springframework:spring-core:$springVersion",
  7. "org.springframework:spring-tx:$springVersion",
  8. "org.springframework:spring-jdbc:$springVersion"
  9. testCompile "org.springframework:spring-beans:$springVersion",
  10. "org.springframework:spring-context-support:$springVersion",
  11. "org.springframework:spring-test:$springVersion"
  12. }