Files
spring-session-data-geode/samples/xml/gemfire-clientserver/spring-session-sample-xml-gemfire-clientserver.gradle

28 lines
660 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-war'
apply plugin: "gemfire-server"
apply from: IDE_GRADLE
dependencies {
compile project(':spring-session-data-geode')
compile "org.springframework:spring-web"
compile "org.webjars:bootstrap"
compile "org.webjars:webjars-taglib"
compile jstlDependencies
compile slf4jDependencies
providedCompile "javax.servlet:javax.servlet-api"
runtime "org.springframework.shell:spring-shell"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile seleniumDependencies
integrationTestCompile seleniumDependencies
integrationTestRuntime "org.springframework.shell:spring-shell"
}