diff --git a/pom.xml b/pom.xml
index c35c1dd..b361785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,6 @@
spring-data-geode-test
- spring-data-gemfire-test
Spring Test Framework for Apache Geode and VMware Tanzu GemFire
diff --git a/spring-data-gemfire-test/build.gradle b/spring-data-gemfire-test/build.gradle
deleted file mode 100644
index cd02100..0000000
--- a/spring-data-gemfire-test/build.gradle
+++ /dev/null
@@ -1,14 +0,0 @@
-apply plugin: 'io.spring.convention.spring-module'
-apply from: MAVEN_POM_EDITOR_GRADLE
-
-description = "Spring Test Framework for VMware Tanzu GemFire"
-
-dependencies {
-
- compile(project(':spring-data-geode-test')) {
- exclude group: "org.springframework.data", module: "spring-data-geode"
- }
-
- compile "org.springframework.data:spring-data-gemfire"
-
-}
diff --git a/spring-data-gemfire-test/pom.xml b/spring-data-gemfire-test/pom.xml
deleted file mode 100644
index e4fe020..0000000
--- a/spring-data-gemfire-test/pom.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- 4.0.0
-
-
- org.springframework.data
- spring-test-data-geode-build
- 0.0.21-SNAPSHOT
-
-
- spring-data-gemfire-test
- jar
-
- Spring Test Framework for VMware Tanzu GemFire
-
- Module using Spring Framework's TestContext to write both Unit and Integration Tests
- for Spring Data for VMware Tanzu GemFire applications.
-
- https://github.com/jxblum/spring-data-tests-4-gemfire
-
-
-
- Apache License, Version 2.0
- https://www.apache.org/licenses/LICENSE-2.0
-
- Copyright 2018-present the original author or authors.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
-
-
- Pivotal Software, Inc.
- https://www.pivotal.io
-
-
-
-
- jblum
- John Blum
- jblum at pivotal dot io
- Pivotal Software, Inc.
- https://www.spring.io
-
- Spring Data Engineer
- Apache Geode Committer
-
-
-
-
-
-
-
- org.springframework.data
- spring-data-geode-test
- ${project.version}
-
-
- org.springframework.data
- spring-data-geode
-
-
-
-
-
- org.springframework.data
- spring-data-gemfire
-
-
-
-
-