Files
spring-session/samples/httpsession-jdbc-xml/build.gradle
2016-06-29 12:59:54 -05:00

18 lines
445 B
Groovy

apply from: JAVA_GRADLE
apply from: TOMCAT_6_GRADLE
apply from: SAMPLE_GRADLE
dependencies {
compile project(':spring-session-jdbc'),
"org.springframework:spring-web:$springVersion",
"org.webjars:bootstrap:$bootstrapVersion",
"com.h2database:h2:$h2Version",
jstlDependencies
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
testCompile "junit:junit:$junitVersion"
integrationTestCompile gebDependencies
}