This is an automated email from the ASF dual-hosted git repository.

jinmeiliao pushed a commit to branch feature/GEODE-7665
in repository https://gitbox.apache.org/repos/asf/geode.git

commit d26b867ec141252b585689848112ff1db81ee46e
Author: mhansonp <hans...@vmware.com>
AuthorDate: Tue Jun 8 09:41:32 2021 -0700

    GEODE-9194: Missing file is causing trouble (#6574)
---
 .../META-INF/services/org.springframework.shell.core.CommandMarker       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/geode-gfsh/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
 
b/geode-gfsh/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
index 00ae9b2e03..71b09d2e74 100644
--- 
a/geode-gfsh/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
+++ 
b/geode-gfsh/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
@@ -6,6 +6,7 @@ 
org.apache.geode.management.internal.cli.commands.AlterRegionCommand
 org.apache.geode.management.internal.cli.commands.AlterRuntimeConfigCommand
 org.apache.geode.management.internal.cli.commands.BackupDiskStoreCommand
 org.apache.geode.management.internal.cli.commands.ChangeLogLevelCommand
+org.apache.geode.management.internal.cli.commands.ClearCommand
 org.apache.geode.management.internal.cli.commands.ClearDefinedIndexesCommand
 org.apache.geode.management.internal.cli.commands.CloseDurableClientCommand
 org.apache.geode.management.internal.cli.commands.CloseDurableCQsCommand

Reply via email to