spring-security-itest-context.gradle 627 B

1234567891011121314151617181920
  1. apply plugin: 'io.spring.convention.spring-test'
  2. dependencies {
  3. compile project(':spring-security-core')
  4. compile 'aopalliance:aopalliance'
  5. compile 'org.python:jython'
  6. compile 'org.springframework:spring-aop'
  7. compile 'org.springframework:spring-beans'
  8. compile 'org.springframework:spring-context'
  9. compile 'org.springframework:spring-tx'
  10. testCompile project(':spring-security-web')
  11. testCompile 'javax.servlet:javax.servlet-api'
  12. testCompile 'org.springframework:spring-web'
  13. testRuntime project(':spring-security-config')
  14. testRuntime 'org.aspectj:aspectjweaver'
  15. }
  16. System.setProperty('python.cachedir.skip', 'true')