spring-security-aspects.gradle 315 B

1234567891011
  1. apply plugin: 'io.spring.convention.spring-module'
  2. apply plugin: 'aspectj'
  3. dependencies {
  4. compile project(':spring-security-core')
  5. compile 'org.springframework:spring-beans'
  6. compile 'org.springframework:spring-context'
  7. compile 'org.springframework:spring-core'
  8. testCompile 'org.springframework:spring-aop'
  9. }