You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/11/25 09:42:24 UTC

[airavata] branch staging updated: Adding curator jars for email monitor distribution

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

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new e6fe205  Adding curator jars for email monitor distribution
e6fe205 is described below

commit e6fe2053313cf767283b15b1f5f07e382814ec61
Author: Dimuthu Wannipurage <di...@datasprouts.com>
AuthorDate: Sun Nov 25 15:12:13 2018 +0530

    Adding curator jars for email monitor distribution
---
 .../src/main/assembly/email-monitor-bin-assembly.xml           | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/modules/job-monitor/job-monitor-distribution/src/main/assembly/email-monitor-bin-assembly.xml b/modules/job-monitor/job-monitor-distribution/src/main/assembly/email-monitor-bin-assembly.xml
index 41e4afc..80d7120 100644
--- a/modules/job-monitor/job-monitor-distribution/src/main/assembly/email-monitor-bin-assembly.xml
+++ b/modules/job-monitor/job-monitor-distribution/src/main/assembly/email-monitor-bin-assembly.xml
@@ -97,6 +97,16 @@
                 <include>org.lz4:lz4-java:jar</include>
                 <include>org.xerial.snappy:snappy-java:jar</include>
 
+                <!-- curator and zookeeper jars -->
+                <include>org.apache.curator:curator-framework:jar</include>
+                <include>org.apache.curator:curator-client:jar</include>
+                <include>com.google.guava:guava:jar</include>
+                <include>org.apache.zookeeper:zookeeper:jar</include>
+                <include>jline:jline:jar</include>
+                <include>org.jboss.netty:netty:jar</include>
+
+                <include>com.google.code.gson:gson:jar</include>
+
                 <!-- logging jars -->
                 <include>org.slf4j:slf4j-api:jar</include>
                 <include>ch.qos.logback:logback-classic:jar</include>