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

24 lines
571 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-war'
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"
integrationTestCompile seleniumDependencies
integrationTestRuntime "org.springframework.shell:spring-shell"
}