diff --git a/spring-session-data-gemfire/spring-session-data-gemfire.gradle b/spring-session-data-gemfire/spring-session-data-gemfire.gradle deleted file mode 100644 index 9fe152d..0000000 --- a/spring-session-data-gemfire/spring-session-data-gemfire.gradle +++ /dev/null @@ -1,14 +0,0 @@ -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" - -}