Repository: geode
Updated Branches:
  refs/heads/feature/GEODE-2444 2c70249cb -> 6d5b7a407


GEODE-2449: move redis to its own module

Added redis module to geode-dependencies.jar


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

Branch: refs/heads/feature/GEODE-2444
Commit: 6d5b7a407bba6c7a96b03ac48507538fa03c8a83
Parents: 2c70249
Author: Bruce Schuchardt <[email protected]>
Authored: Wed Feb 15 11:21:09 2017 -0800
Committer: Bruce Schuchardt <[email protected]>
Committed: Wed Feb 15 11:21:09 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/geode/blob/6d5b7a40/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index f346880..56c74e7 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -62,6 +62,7 @@ dependencies {
   archives project(':geode-wan')
   archives project(':geode-cq')
   archives project(':geode-rebalancer')
+  archives project(':geode-redis')
 
   testCompile project(':geode-junit')
   testCompile files(project(':geode-core').sourceSets.test.output)

Reply via email to