15 lines
465 B
Groovy
15 lines
465 B
Groovy
apply from: SAMPLE_WAR_GRADLE
|
|
|
|
dependencies {
|
|
compile project(':spring-ldap-test'),
|
|
'javax.servlet:jstl:1.2',
|
|
"org.springframework:spring-context:$springVersion",
|
|
"org.springframework:spring-webmvc:$springVersion"
|
|
|
|
provided "javax.servlet:servlet-api:2.5"
|
|
|
|
runtime 'ch.qos.logback:logback-classic:1.0.13'
|
|
|
|
testCompile "org.springframework:spring-test:$springVersion",
|
|
"junit:junit:$junitVersion"
|
|
} |