2019-08-14 13:56:26 +08:00
|
|
|
apply plugin: 'io.spring.convention.spring-test'
|
|
|
|
|
|
|
|
dependencies {
|
2021-04-05 08:36:21 +08:00
|
|
|
management platform(project(":spring-security-dependencies"))
|
2021-04-04 20:31:47 +08: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 13:56:26 +08:00
|
|
|
|
2021-04-04 20:31:47 +08:00
|
|
|
runtimeOnly apachedsDependencies
|
2021-02-06 05:11:43 +08:00
|
|
|
|
2021-04-04 20:31:47 +08:00
|
|
|
testImplementation project(path : ':spring-security-ldap', configuration : 'tests')
|
2019-08-14 13:56:26 +08:00
|
|
|
}
|