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