From 5c38f1b27c267d73b235fdf093c5c404533dd811 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 31 Mar 2020 15:32:50 -0700 Subject: [PATCH] DATAGEODE-322 - Add 'org.apache.geode:geode-gfsh' as a 'provided' dependency. 'geode-gfsh' is required by SDG's administrative configuration functions since this JAR now packages the required classes (e.g. package org.apache.geode.management.internal.cli.functions). --- spring-data-geode/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 2d9c5cac..2ab711ee 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -52,6 +52,13 @@ ${geode.version} + + org.apache.geode + geode-gfsh + ${geode.version} + provided + + org.apache.geode geode-lucene