spring-security-remoting.gradle 405 B

123456789101112
  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-beans'
  6. compile 'org.springframework:spring-context'
  7. compile 'org.springframework:spring-core'
  8. compile 'org.springframework:spring-web'
  9. testCompile project(path: ':spring-security-core', configuration: 'tests')
  10. }