2
0

spring-security-acl.gradle 550 B

123456789101112131415161718
  1. apply plugin: 'io.spring.convention.spring-module'
  2. dependencies {
  3. compile project(':spring-security-core')
  4. compile 'org.springframework:spring-aop'
  5. compile 'org.springframework:spring-context'
  6. compile 'org.springframework:spring-core'
  7. compile 'org.springframework:spring-jdbc'
  8. compile 'org.springframework:spring-tx'
  9. optional 'net.sf.ehcache:ehcache'
  10. testCompile 'org.springframework:spring-beans'
  11. testCompile 'org.springframework:spring-context-support'
  12. testCompile 'org.springframework:spring-test'
  13. testRuntime 'org.hsqldb:hsqldb'
  14. }