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.

This commit is contained in:
John Blum
2014-01-29 10:31:11 -08:00
parent 6e0bf24706
commit e06d1e473b
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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