Remove 'spring-session-data-gemfire' module.

This commit is contained in:
John Blum
2020-09-16 20:14:18 -07:00
parent 3295914abc
commit 1eeeae5642

View File

@@ -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"
}