From e06d1e473b6334f54f847bb535d533947332378c Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 29 Jan 2014 10:31:11 -0800 Subject: [PATCH] Remove the runtime dependency on commons-modeler. The commons-modeler API is a transitive dependency required by GemFire's old Admin interface, which has been replaced in GemFire 7 by the new Management and Monitoring interface. Commons-modeler is not needed either during compilation or testing of the Spring Data GemFire project. --- .gitignore | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52fa69ee..aea1156e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ pom.xml .settings/ .idea/ _site/ +.bak/ +*.dat /samples/hello-world/vf.gf.dmn-events.cfg /samples/hello-world/vf.gf.dmn-license.cfg diff --git a/build.gradle b/build.gradle index 6415bcd2..f875817c 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { // GemFire compile("com.gemstone.gemfire:gemfire:$gemfireVersion") runtime("antlr:antlr:2.7.7") - runtime("commons-modeler:commons-modeler:2.0.1") + //runtime("commons-modeler:commons-modeler:2.0.1")