You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2017/10/25 21:15:26 UTC

[geode] branch develop updated: GEODE-3903: added geode-client-protocol to geode-assembly

This is an automated email from the ASF dual-hosted git repository.

udo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new aad405a  GEODE-3903: added geode-client-protocol to geode-assembly
aad405a is described below

commit aad405a9086bf153002c1efc1e8bda538bb43415
Author: kohlmu-pivotal <uk...@pivotal.io>
AuthorDate: Wed Oct 25 14:15:19 2017 -0700

    GEODE-3903: added geode-client-protocol to geode-assembly
---
 geode-assembly/build.gradle | 3 ++-
 settings.gradle             | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 48a5cfa..9bbc6e9 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -56,7 +56,8 @@ dependencies {
   provided project(':geode-core')
 
   archives project(':geode-common')  
-  archives project(':geode-json')  
+  archives project(':geode-client-protocol')
+  archives project(':geode-json')
   archives project(':geode-core')
   archives project(':geode-lucene')
   archives project(':geode-old-client-support')
diff --git a/settings.gradle b/settings.gradle
index 006345c..13a665c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -31,6 +31,7 @@ include 'geode-old-client-support'
 include 'geode-wan'
 include 'geode-cq'
 include 'geode-benchmarks'
+include 'geode-client-protocol'
 include 'extensions/geode-modules'
 include 'extensions/geode-modules-tomcat7'
 include 'extensions/geode-modules-tomcat8'
@@ -40,7 +41,7 @@ include 'extensions/geode-modules-assembly'
 include 'geode-protobuf'
 include 'extensions/session-testing-war'
 include 'geode-concurrency-test'
-include 'geode-client-protocol'
+
 
 if (GradleVersion.current() < GradleVersion.version(minimumGradleVersion)) {
   throw new GradleException('Running with unsupported Gradle Version. Use Gradle Wrapper or with Gradle version >= ' + minimumGradleVersion)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].