diff --git a/build.gradle b/build.gradle
index 85e4b6d0..7a4addc8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -81,7 +81,7 @@ dependencies {
}
// Apache Geode (a.k.a. Pivotal GemFire)
- compile("org.apache.geode:gemfire-core:$gemfireVersion") {
+ compile("org.apache.geode:geode-core:$gemfireVersion") {
exclude group: "com.fasterxml.jackson.core", module: "jackson-annotations"
exclude group: "com.fasterxml.jackson.core", module: "jackson-core"
exclude group: "com.fasterxml.jackson.core", module: "jackson-databind"
diff --git a/pom.xml b/pom.xml
index 9cc2c5e6..dd0cf706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,22 +8,22 @@
org.springframework.data.build
spring-data-parent
- 1.8.0.BUILD-SNAPSHOT
+ 1.7.3.RELEASE
org.springframework.data
spring-data-gemfire
- 1.8.0.BUILD-SNAPSHOT
+ 1.7.0.APACHE-GEODE-EA-SNAPSHOT
Spring Data Gemfire
SGF
2.7.7
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-incubating.M2-SNAPSHOT
1.01
2.5
- 1.12.0.BUILD-SNAPSHOT
+ 1.11.2.RELEASE
@@ -72,7 +72,7 @@
org.apache.geode
- gemfire-core
+ geode-core
${gemfire.version}
@@ -91,6 +91,10 @@
com.fasterxml.jackson.core
jackson-core
+
+ org.apache.hbase
+ hbase
+
org.codehaus.jackson
jackson-core
@@ -101,11 +105,11 @@
org.codehaus.jackson
- jackson-mapper-asl
+ jackson-jaxrs
org.codehaus.jackson
- jackson-jaxrs
+ jackson-mapper-asl
org.codehaus.jackson