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

[09/51] [abbrv] geode git commit: GEODE-2142: cyclical dependency in gradle build

GEODE-2142: cyclical dependency in gradle build


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

Branch: refs/heads/feature/GEM-1195
Commit: cd58f1ffc5beca3b05c15c2dcd9ff609e6313008
Parents: eac0bb8
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Fri Feb 17 15:50:57 2017 -0800
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Mon Feb 27 07:18:55 2017 -0800

----------------------------------------------------------------------
 geode-json/build.gradle | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/cd58f1ff/geode-json/build.gradle
----------------------------------------------------------------------
diff --git a/geode-json/build.gradle b/geode-json/build.gradle
index 5715685..8a1727e 100644
--- a/geode-json/build.gradle
+++ b/geode-json/build.gradle
@@ -16,7 +16,4 @@
  */
 
 dependencies {
-    compile project(':geode-core')
-    compile project(':geode-common')
-    testCompile files(project(':geode-core').sourceSets.test.output)
 }
\ No newline at end of file