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

@@ -18,4 +18,6 @@ dependencies {
compile "org.springframework.data:spring-data-gemfire"
runtime 'org.springframework.shell:spring-shell'
}

View File

@@ -5,11 +5,10 @@ dependencies {
compile project(':spring-geode-starter')
runtime 'org.springframework.shell:spring-shell'
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"
testCompile "org.projectlombok:lombok"
testCompile "edu.umd.cs.mtc:multithreadedtc"
testCompile "org.springframework:spring-test"

View File

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