From f088aeb5ddc33f9d597bc11cd9ce5bc3cdcaf0e2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 10 Sep 2020 12:30:04 -0700 Subject: [PATCH] DATAGEODE-322 - Remove spring-data-gemfire module. Since VMware is not longer releasing standalong VMware Tanzue GemFire versions based on Apache Geode after GemFire 9.10.x/Geode 1.12.0, then it is not feasible to ship a spring-data-gemfire artifact based on the SDG codebase as the Apache Geode project/product evolves. VMware Tanzu (Pivotal) GemFire 9.10.x will be the last version released/shipped by VMware and is based on Apache Geode 1.12.0. --- pom.xml | 1 - spring-data-gemfire/pom.xml | 92 ------------------------------------- 2 files changed, 93 deletions(-) delete mode 100644 spring-data-gemfire/pom.xml diff --git a/pom.xml b/pom.xml index 69bb69db..4ec8b1bf 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,6 @@ spring-data-geode - spring-data-gemfire spring-data-geode-distribution diff --git a/spring-data-gemfire/pom.xml b/spring-data-gemfire/pom.xml deleted file mode 100644 index 39ce4077..00000000 --- a/spring-data-gemfire/pom.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - 4.0.0 - - - org.springframework.data - spring-data-geode-parent - 2.4.0-SNAPSHOT - - - spring-data-gemfire - jar - - Spring Data for Pivotal GemFire - Spring Data for Pivotal GemFire (a.k.a. Spring Data GemFire or SDG) - https://projects.spring.io/spring-data-geode/spring-data-gemfire - - - 9.10.2 - - - - - - org.springframework.data - spring-data-geode - ${project.parent.version} - - - org.apache.geode - geode-core - - - org.apache.geode - geode-cq - - - org.apache.geode - geode-lucene - - - org.apache.geode - geode-wan - - - - - - - io.pivotal.gemfire - geode-core - ${gemfire.version} - - - org.apache.logging.log4j - log4j-jcl - - - org.apache.logging.log4j - log4j-jul - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - - - io.pivotal.gemfire - geode-cq - ${gemfire.version} - - - - io.pivotal.gemfire - geode-lucene - ${gemfire.version} - - - - io.pivotal.gemfire - geode-wan - ${gemfire.version} - - - - -