GEODE-27: Adding spring-webmvc to pulse

Removing spring-webmvc from pulse caused these integration tests to fail:

com.gemstone.gemfire.distributed.LocatorLauncherAssemblyJUnitTest.testLocatorStopsWhenJmxPortIsZero
com.gemstone.gemfire.distributed.LocatorLauncherAssemblyJUnitTest.testLocatorStopsWhenJmxPortIsNonZero
com.gemstone.gemfire.management.internal.configuration.SharedConfigurationEndToEndDUnitTest.testStartServerAndExecuteCommands


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/738628c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/738628c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/738628c3

Branch: refs/heads/develop
Commit: 738628c3e7f98f74206c3009574e6ed5c7d10f9a
Parents: f1ff67c
Author: Dan Smith <[email protected]>
Authored: Mon Mar 21 10:18:00 2016 -0700
Committer: Dan Smith <[email protected]>
Committed: Mon Mar 21 14:13:20 2016 -0700

----------------------------------------------------------------------
 geode-pulse/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/738628c3/geode-pulse/build.gradle
----------------------------------------------------------------------
diff --git a/geode-pulse/build.gradle b/geode-pulse/build.gradle
index 045d903..862bacb 100755
--- a/geode-pulse/build.gradle
+++ b/geode-pulse/build.gradle
@@ -54,6 +54,10 @@ dependencies {
     exclude module: 'spring-expression'
     exclude module: 'spring-jdbc'
   }
+  runtime ('org.springframework:spring-webmvc:' + 
project.'springframework.version') {
+    exclude module: 'aopalliance'
+    exclude module: 'aspectjweaver'
+  }
   compile 'org.springframework:spring-tx:' + project.'spring-tx.version'
   compile 'com.fasterxml.jackson.core:jackson-annotations:' + 
project.'jackson.version'
   compile 'com.fasterxml.jackson.core:jackson-core:' + 
project.'jackson.version'

Reply via email to