Files
spring-session-data-geode/spring-session-data-gemfire/spring-session-data-gemfire.gradle

16 lines
365 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Session for Pivotal GemFire"
dependencies {
compile(project(':spring-session-data-geode')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile "org.springframework.data:spring-data-gemfire"
}