GEODE-2014: explicitly declare spring-web as a direct dependency rather than a 
transitive one.


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

Branch: refs/heads/feature/GEODE-1930
Commit: 5907e988bfa56550cb8faae789dec564c3ed5d43
Parents: a515ee0
Author: Jinmei Liao <jil...@pivotal.io>
Authored: Tue Nov 8 14:29:26 2016 -0800
Committer: Jinmei Liao <jil...@pivotal.io>
Committed: Wed Nov 9 08:13:45 2016 -0800

----------------------------------------------------------------------
 geode-web-api/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5907e988/geode-web-api/build.gradle
----------------------------------------------------------------------
diff --git a/geode-web-api/build.gradle b/geode-web-api/build.gradle
index 9b15516..f74b86f 100755
--- a/geode-web-api/build.gradle
+++ b/geode-web-api/build.gradle
@@ -42,6 +42,7 @@ dependencies {
   compile 'org.springframework.security:spring-security-core:' + 
project.'spring-security.version'
   compile 'org.springframework.security:spring-security-web:' + 
project.'spring-security.version'
   compile 'org.springframework.security:spring-security-config:' + 
project.'spring-security.version'
+  compile 'org.springframework:spring-web:' + project.'springframework.version'
   compile 'org.springframework:spring-webmvc:' + 
project.'springframework.version'
   compile('org.springframework.hateoas:spring-hateoas:' + 
project.'spring-hateoas.version') {
     exclude module: 'aopalliance'

Reply via email to