You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/05/23 22:01:05 UTC

[03/11] incubator-geode git commit: GEODE-1367: Add geode-dependencies.jar to the testRuntime for geode-assembly

GEODE-1367: Add geode-dependencies.jar to the testRuntime for geode-assembly


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

Branch: refs/heads/feature/GEODE-837
Commit: 6534611c22b9d2d4744bba284f44fe568f928fc8
Parents: 19d430d
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Wed May 18 06:40:32 2016 +1000
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Tue May 24 03:37:40 2016 +1000

----------------------------------------------------------------------
 geode-assembly/build.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6534611c/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index f6167c5..b4f4f32 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -73,6 +73,8 @@ dependencies {
   testCompile 'org.apache.httpcomponents:httpcore:' + project.'httpcore.version'
 
   testRuntime files("${System.getProperty('java.home')}/../lib/tools.jar")
+  testRuntime files("$buildDir/install/apache-geode/lib/geode-dependencies.jar")
+
 
   gfshDependencies ('org.springframework:spring-web:' + project.'springframework.version'){
     exclude module: 'spring-core'