Files
spring-session/samples/xml/jdbc/spring-session-sample-xml-jdbc.gradle
Rob Winch d590ca58e4 Standardize Build
Fixes gh-769
2017-04-26 22:11:41 -05:00

19 lines
475 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-war'
dependencies {
compile project(':spring-session-jdbc')
compile "org.springframework:spring-web"
compile "org.webjars:bootstrap"
compile "org.webjars:webjars-taglib"
compile "com.h2database:h2"
compile jstlDependencies
compile slf4jDependencies
providedCompile "javax.servlet:javax.servlet-api"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
integrationTestCompile seleniumDependencies
}