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 4fd5bdb GEODE-3903: Added geode-client-protocol module to
geode-dependencies.jar
4fd5bdb is described below
commit 4fd5bdb183f3042e89a8f874bd191aabb33c0f26
Author: kohlmu-pivotal <[email protected]>
AuthorDate: Wed Oct 25 16:02:45 2017 -0700
GEODE-3903: Added geode-client-protocol module to geode-dependencies.jar
---
geode-assembly/build.gradle | 3 +++
1 file changed, 3 insertions(+)
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 9bbc6e9..1948fae 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -369,6 +369,9 @@ distributions {
from project(":geode-protobuf").configurations.runtime
from
project(":geode-protobuf").configurations.archives.allArtifacts.files
+ from project(":geode-client-protocol").configurations.runtime
+ from
project(":geode-client-protocol").configurations.archives.allArtifacts.files
+
from project(":geode-rebalancer").configurations.runtime
from
project(":geode-rebalancer").configurations.archives.allArtifacts.files
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].