From 0a782e03fe53f90679e0de34fce90c2e7f28f9bb Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 20 Jul 2021 18:06:09 -0700 Subject: [PATCH] Declare Spring Test for Apache Geode 0.0.25 test dependency. Declare org.springframework.data:spring-data-geode-test:0.0.25 library as a test compile dependency for SDG, used to implement all SDG Unit & Integration Tests. Resolves gh-296. --- spring-data-geode/pom.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 699cd964..38ca267f 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -23,6 +23,7 @@ 3.8.1 3.0.0 1.14.0 + 0.0.25 @@ -118,7 +119,7 @@ - + org.springframework spring-context-support @@ -141,7 +142,7 @@ ${springdata.commons} - + antlr antlr @@ -237,6 +238,19 @@ test + + org.springframework.data + spring-data-geode-test + ${spring-test-data-geode.version} + test + + + org.springframework.data + spring-data-geode + + + + org.springframework.shell spring-shell