22 lines
605 B
Groovy
22 lines
605 B
Groovy
plugins {
|
|
id 'io.spring.convention.spring-module'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":spring-ldap-core"),
|
|
project(":spring-ldap-ldif-core"),
|
|
"com.google.code.typica:typica:1.3",
|
|
"commons-io:commons-io",
|
|
"javax.activation:activation:1.1",
|
|
"org.springframework:spring-core",
|
|
"org.springframework:spring-beans",
|
|
"org.springframework:spring-context",
|
|
"org.springframework:spring-test"
|
|
|
|
|
|
optional apachedsDependencies
|
|
optional "com.unboundid:unboundid-ldapsdk"
|
|
|
|
provided "junit:junit"
|
|
}
|