19 lines
515 B
Groovy
19 lines
515 B
Groovy
apply from: JAVA_GRADLE
|
|
apply from: TOMCAT_7_GRADLE
|
|
apply from: SAMPLE_GRADLE
|
|
|
|
dependencies {
|
|
compile project(':spring-session'),
|
|
"org.webjars:bootstrap:$bootstrapVersion",
|
|
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
|
|
"com.hazelcast:hazelcast-client:$hazelcastVersion",
|
|
jstlDependencies
|
|
|
|
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
|
|
|
|
testCompile "junit:junit:$junitVersion",
|
|
"org.assertj:assertj-core:$assertjVersion"
|
|
|
|
integrationTestCompile seleniumDependencies
|
|
}
|