24 lines
881 B
Groovy
24 lines
881 B
Groovy
|
|
dependencies {
|
|
compile project(":spring-ldap-core"),
|
|
project(":spring-ldap-ldif-core"),
|
|
"com.google.code.typica:typica:1.3",
|
|
"commons-io:commons-io:2.4",
|
|
"javax.xml:jsr173:1.0",
|
|
"javax.activation:activation:1.1",
|
|
"javax.xml.bind:jaxb-api:2.1",
|
|
"javax.xml:jaxb-impl:2.1",
|
|
"org.springframework:spring-core:$springVersion",
|
|
"org.springframework:spring-beans:$springVersion",
|
|
"org.springframework:spring-context:$springVersion",
|
|
"org.springframework:spring-test:$springVersion",
|
|
"org.apache.directory.server:apacheds-all:1.5.5"
|
|
|
|
compile ("org.slf4j:slf4j-log4j12:1.5.6") {
|
|
exclude group: 'javax.jms'
|
|
exclude group: 'com.sun.jdmk'
|
|
exclude group: 'com.sun.jmx'
|
|
}
|
|
|
|
provided "junit:junit:$junitVersion"
|
|
} |