Remove explicit dependency management for Apache Geode and Pivotal GemFire.
Let the Spring Data Release Train (e.g. SD Neumann), and speficially Spring Data for Apache Geode & Pivotal GemFire determine the correct versions of Apache Geode & Pivotal GemFire, respectively.
This commit is contained in:
25
pom.xml
25
pom.xml
@@ -83,7 +83,7 @@
|
||||
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
|
||||
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<apache-geode.version>1.9.2</apache-geode.version>
|
||||
<!-- <apache-geode.version>1.9.2</apache-geode.version>-->
|
||||
<assertj.version>3.14.0</assertj.version>
|
||||
<junit.version>4.13</junit.version>
|
||||
<log4j.version>2.12.1</log4j.version>
|
||||
@@ -91,6 +91,7 @@
|
||||
<lombok.version>1.18.10</lombok.version>
|
||||
<mockito.version>3.2.4</mockito.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<!-- <pivotal-gemfire.version>9.8.6</pivotal-gemfire.version>-->
|
||||
<spring.version>5.2.3.RELEASE</spring.version>
|
||||
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
|
||||
<spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||
@@ -136,6 +137,7 @@
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.apache.geode</groupId>
|
||||
<artifactId>geode-core</artifactId>
|
||||
@@ -156,6 +158,27 @@
|
||||
<artifactId>geode-wan</artifactId>
|
||||
<version>${apache-geode.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.pivotal.gemfire</groupId>
|
||||
<artifactId>geode-core</artifactId>
|
||||
<version>${pivotal-gemfire.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.pivotal.gemfire</groupId>
|
||||
<artifactId>geode-cq</artifactId>
|
||||
<version>${pivotal-gemfire.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.pivotal.gemfire</groupId>
|
||||
<artifactId>geode-lucene</artifactId>
|
||||
<version>${pivotal-gemfire.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.pivotal.gemfire</groupId>
|
||||
<artifactId>geode-wan</artifactId>
|
||||
<version>${pivotal-gemfire.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user