You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2015/11/03 20:07:21 UTC

incubator-geode git commit: Make the gemfire-common and gemfire-core testRuntime dependencies.

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-328 a0271d203 -> 3763d6524


Make the gemfire-common and gemfire-core testRuntime dependencies.


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

Branch: refs/heads/feature/GEODE-328
Commit: 3763d6524ea616455b68b992d0c33425ebecab01
Parents: a0271d2
Author: Kirk Lund <kl...@pivotal.io>
Authored: Tue Nov 3 11:06:44 2015 -0800
Committer: Kirk Lund <kl...@pivotal.io>
Committed: Tue Nov 3 11:06:44 2015 -0800

----------------------------------------------------------------------
 gemfire-web/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3763d652/gemfire-web/build.gradle
----------------------------------------------------------------------
diff --git a/gemfire-web/build.gradle b/gemfire-web/build.gradle
index 190c178..0c02b86 100755
--- a/gemfire-web/build.gradle
+++ b/gemfire-web/build.gradle
@@ -12,8 +12,8 @@ dependencies {
   // have to use output since we exclude the dependent classes from jar :(
   provided project(path: ':gemfire-core', configuration: 'classesOutput')
   
-  provided project(':gemfire-common')
-  provided project(':gemfire-core')
+  testRuntime project(':gemfire-common')
+  testRuntime project(':gemfire-core')
 
   provided project(path: ':gemfire-junit', configuration: 'testOutput')
 }