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).
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
<version>${geode.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.geode</groupId>
|
||||
<artifactId>geode-gfsh</artifactId>
|
||||
<version>${geode.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.geode</groupId>
|
||||
<artifactId>geode-lucene</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user