Add Spring Shell runtime dependency to spring-geode-starter and spring-gemfire-starter.

Resolves gh-13.
This commit is contained in:
John Blum
2018-10-03 13:15:56 -07:00
parent 0204f7e7f4
commit c89cc75bd8
3 changed files with 5 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ dependencies {
compile(project(':spring-geode-autoconfigure'))
runtime 'org.springframework.shell:spring-shell'
}