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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user