You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/02/08 21:49:05 UTC

incubator-geode git commit: GEODE-14: Fix broken build for gemfire-modules-tomcat7

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 41192cc93 -> c8c26e610


GEODE-14: Fix broken build for gemfire-modules-tomcat7


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

Branch: refs/heads/develop
Commit: c8c26e610e1c691628a2226bc66f77248a4b3284
Parents: 41192cc
Author: Jens Deppe <jd...@pivotal.io>
Authored: Mon Feb 8 12:49:01 2016 -0800
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Mon Feb 8 12:49:01 2016 -0800

----------------------------------------------------------------------
 extensions/gemfire-modules-tomcat7/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c8c26e61/extensions/gemfire-modules-tomcat7/build.gradle
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-tomcat7/build.gradle b/extensions/gemfire-modules-tomcat7/build.gradle
index 5a4c28e..9d2219d 100644
--- a/extensions/gemfire-modules-tomcat7/build.gradle
+++ b/extensions/gemfire-modules-tomcat7/build.gradle
@@ -50,4 +50,5 @@ dependencies {
     exclude group: 'org.apache.tomcat', module: 'juli'
   }
   provided project(path: ':gemfire-junit')
+  provided project(path: ':gemfire-core', configuration: 'testOutput')
 }
\ No newline at end of file