SGF-477 - Change compile dependency from gemfire-core to geode-core.

This commit is contained in:
Dan Smith
2016-03-01 16:26:46 -08:00
committed by John Blum
parent a0c8950e1f
commit d1e6b7be5f
2 changed files with 12 additions and 8 deletions

View File

@@ -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"

18
pom.xml
View File

@@ -8,22 +8,22 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.0.BUILD-SNAPSHOT</version>
<version>1.7.3.RELEASE</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.8.0.BUILD-SNAPSHOT</version>
<version>1.7.0.APACHE-GEODE-EA-SNAPSHOT</version>
<name>Spring Data Gemfire</name>
<properties>
<dist.key>SGF</dist.key>
<antlr.version>2.7.7</antlr.version>
<gemfire.version>1.0.0-incubating-SNAPSHOT</gemfire.version>
<gemfire.version>1.0.0-incubating.M2-SNAPSHOT</gemfire.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<servlet-api.version>2.5</servlet-api.version>
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.11.2.RELEASE</springdata.commons>
</properties>
<repositories>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>gemfire-core</artifactId>
<artifactId>geode-core</artifactId>
<version>${gemfire.version}</version>
<exclusions>
<exclusion>
@@ -91,6 +91,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core</artifactId>
@@ -101,11 +105,11 @@
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<artifactId>jackson-jaxrs</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>