2017-03-28 16:45:30 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
2017-07-01 11:03:31 -04:00
|
|
|
compile 'org.springframework:spring-aop'
|
2017-03-28 16:45:30 -04:00
|
|
|
compile 'org.springframework:spring-beans'
|
|
|
|
compile 'org.springframework:spring-context'
|
|
|
|
compile 'org.springframework:spring-core'
|
|
|
|
compile 'org.springframework:spring-web'
|
|
|
|
|
|
|
|
testCompile project(path: ':spring-security-core', configuration: 'tests')
|
|
|
|
}
|