From a21b48a95ce7f2798d969d21c1d7019b5a728a71 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Jun 2015 16:48:48 +0100 Subject: [PATCH] Upgrade to GemFire 8.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit aligns our dependency management for GemFire with the version used by the version of Spring Data GemFire that we currently depend upon. Previously, some dependency management that was added (see #2884) to work around problems with GemFire 8.0’s dependencies; specifically it depended on different versions of org.eclipse.jdt.core.compiler:ecj and xml-apis:xml-apis. The different dependency versions appear to no longer be a problem with 8.1 so this dependency management is now redundant and has been removed. Closes gh-3284 --- spring-boot-dependencies/pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index a4b99d4ff8..223babbdad 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -64,9 +64,8 @@ 2.10.0 3.2.1 2.3.22 - 4.4.2 1.5.2 - 8.0.0 + 8.1.0 3.0.0 1.12 2.4.3 @@ -153,7 +152,6 @@ 1.7 2.0 1.6.3 - 1.3.04 3.0.2 @@ -1214,11 +1212,6 @@ crash.shell ${crashub.version} - - org.eclipse.jdt.core.compiler - ecj - ${ecj.version} - org.eclipse.jetty jetty-annotations @@ -1820,11 +1813,6 @@ wsdl4j ${wsdl4j.version} - - xml-apis - xml-apis - ${xml-apis.version} -