2019-08-14 01:56:26 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-test'
|
|
|
|
|
|
|
|
dependencies {
|
2021-04-04 20:36:21 -04:00
|
|
|
management platform(project(":spring-security-dependencies"))
|
2021-04-04 08:31:47 -04:00
|
|
|
implementation project(':spring-security-core')
|
|
|
|
implementation 'org.springframework:spring-beans'
|
|
|
|
implementation 'org.springframework:spring-context'
|
|
|
|
implementation 'org.springframework:spring-core'
|
|
|
|
implementation 'org.springframework:spring-tx'
|
|
|
|
implementation project(':spring-security-config')
|
|
|
|
implementation project(':spring-security-ldap')
|
2019-08-14 01:56:26 -04:00
|
|
|
|
2021-04-04 08:31:47 -04:00
|
|
|
runtimeOnly apachedsDependencies
|
2021-02-05 16:11:43 -05:00
|
|
|
|
2021-04-04 08:31:47 -04:00
|
|
|
testImplementation project(path : ':spring-security-ldap', configuration : 'tests')
|
2019-08-14 01:56:26 -04:00
|
|
|
}
|