apply plugin: 'io.spring.convention.spring-module' 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" }