From 346e6cc55512dbd0a2e0d3252853c1fe4d894504 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 21 Aug 2018 19:51:41 -0700 Subject: [PATCH] Correct org.springframework.data:spring-test-data-geode dependency as org.springframework.data:spring-data-geode-test. --- spring-data-gemfire-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-gemfire-test/pom.xml b/spring-data-gemfire-test/pom.xml index 1167312..ab4734f 100644 --- a/spring-data-gemfire-test/pom.xml +++ b/spring-data-gemfire-test/pom.xml @@ -66,7 +66,7 @@ org.springframework.data - spring-test-data-geode + spring-data-geode-test ${project.version}