2019-08-14 01:56:26 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-test'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
|
|
|
compile 'org.springframework:spring-beans'
|
|
|
|
compile 'org.springframework:spring-context'
|
|
|
|
compile 'org.springframework:spring-core'
|
|
|
|
compile 'org.springframework:spring-tx'
|
|
|
|
compile project(':spring-security-config')
|
|
|
|
compile project(':spring-security-ldap')
|
|
|
|
|
|
|
|
runtime apachedsDependencies
|
2021-02-05 16:11:43 -05:00
|
|
|
|
|
|
|
testCompile project(path : ':spring-security-ldap', configuration : 'tests')
|
2019-08-14 01:56:26 -04:00
|
|
|
}
|