2
0

spring-security-itest-context.gradle 592 B

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