Add Spring Shell runtime dependency to spring-geode-starter and spring-gemfire-starter.
Resolves gh-13.
This commit is contained in:
@@ -18,4 +18,6 @@ dependencies {
|
||||
|
||||
compile "org.springframework.data:spring-data-gemfire"
|
||||
|
||||
runtime 'org.springframework.shell:spring-shell'
|
||||
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -12,4 +12,6 @@ dependencies {
|
||||
|
||||
compile(project(':spring-geode-autoconfigure'))
|
||||
|
||||
runtime 'org.springframework.shell:spring-shell'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user