Replace all Pivotal GemFire Java API base URL references with Apache Geode.

Replace all com.gemstone.gemfire.* package class references with org.apache.geode.*
This commit is contained in:
John Blum
2017-06-07 00:20:27 -07:00
parent 88dbfc1781
commit 492a51d120
6 changed files with 9 additions and 11 deletions

View File

@@ -16,7 +16,6 @@ dependencies {
testCompile "junit:junit"
integrationTestCompile seleniumDependencies
integrationTestCompile "org.assertj:assertj-core"
integrationTestRuntime "org.springframework.shell:spring-shell"