Remove spring-shell from spring-data-gemfire

Fixes gh-344
This commit is contained in:
Rob Winch
2016-01-28 20:26:49 -06:00
parent 22f6f9dd72
commit f53e991d02

View File

@@ -10,7 +10,6 @@ dependencies {
exclude group: "org.slf4j", module: 'slf4j-api'
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
}
runtime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
}
dependencyManagement {