Repository: incubator-geode Updated Branches: refs/heads/develop f1ff67cbb -> 59fa50d4f
GEODE-27: Adding spring-expression back in to geode-web Not tests are failing due to this, but I discovered in a manual test of launching a locator that we were seeing errors due to the fact that the geode-web war could not be launched due to a missing spring expression class. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/59fa50d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/59fa50d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/59fa50d4 Branch: refs/heads/develop Commit: 59fa50d4f28acc6218614972b878018909c7d7ff Parents: 738628c Author: Dan Smith <[email protected]> Authored: Fri Mar 18 16:54:52 2016 -0700 Committer: Dan Smith <[email protected]> Committed: Mon Mar 21 14:13:20 2016 -0700 ---------------------------------------------------------------------- geode-web/build.gradle | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/59fa50d4/geode-web/build.gradle ---------------------------------------------------------------------- diff --git a/geode-web/build.gradle b/geode-web/build.gradle index 1173705..a2a3dd1 100755 --- a/geode-web/build.gradle +++ b/geode-web/build.gradle @@ -22,7 +22,6 @@ dependencies { exclude module: 'aspectjweaver' exclude module: 'aopalliance' exclude module: 'spring-core' - exclude module: 'spring-expression' } runtime ('org.springframework:spring-oxm:' + project.'springframework.version') { exclude module: 'commons-logging' @@ -33,7 +32,6 @@ dependencies { exclude module: 'aopalliance' exclude module: 'aspectjweaver' exclude module: 'spring-core' - exclude module: 'spring-expression' } runtime ('commons-fileupload:commons-fileupload:' + project.'commons-fileupload.version') { exclude module: 'commons-io'
