This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch agent-framewok-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/agent-framewok-refactoring by
this push:
new d87e4b2362 Adding missing dependencies
d87e4b2362 is described below
commit d87e4b23629d9a8a69fefc99a9fa51ff187ce473
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Wed Oct 2 06:45:10 2024 -0400
Adding missing dependencies
---
modules/distribution/src/main/assembly/controller-bin-assembly.xml | 4 ++++
modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml | 1 +
modules/distribution/src/main/assembly/participant-bin-assembly.xml | 3 +++
modules/distribution/src/main/assembly/post-wm-bin-assembly.xml | 3 +++
modules/distribution/src/main/assembly/pre-wm-bin-assembly.xml | 3 +++
5 files changed, 14 insertions(+)
diff --git a/modules/distribution/src/main/assembly/controller-bin-assembly.xml
b/modules/distribution/src/main/assembly/controller-bin-assembly.xml
index d81b1e5d74..4b49506804 100644
--- a/modules/distribution/src/main/assembly/controller-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/controller-bin-assembly.xml
@@ -159,6 +159,10 @@
<include>org.ogce:xpp5:jar</include>
<include>com.101tec:zkclient:jar</include>
<include>org.apache.zookeeper:zookeeper:jar</include>
+ <include>org.apache.zookeeper:zookeeper-jute:jar</include>
+ <include>io.netty:netty-handler:jar</include>
+
<include>org.apache.logging.log4j:log4j-slf4j18-impl:jar</include>
+
<include>org.apache.commons:commons-pool2:jar</include>
<include>org.json:json:jar</include>
diff --git
a/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
b/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
index e79aa9bbbd..3127d7e3ac 100644
--- a/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
@@ -119,6 +119,7 @@
<include>org.apache.logging.log4j:log4j-core</include>
<include>org.apache.logging.log4j:log4j-slf4j-impl</include>
<include>org.apache.logging.log4j:log4j-1.2-api</include>
+
<include>org.apache.logging.log4j:log4j-slf4j18-impl:jar</include>
<include>com.github.danielwegener:logback-kafka-appender:jar</include>
<include>net.logstash.logback:logstash-logback-encoder:jar</include>
<include>org.apache.commons:commons-pool2:jar</include>
diff --git
a/modules/distribution/src/main/assembly/participant-bin-assembly.xml
b/modules/distribution/src/main/assembly/participant-bin-assembly.xml
index eee5e8e95e..39024d3041 100644
--- a/modules/distribution/src/main/assembly/participant-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/participant-bin-assembly.xml
@@ -161,6 +161,9 @@
<include>org.ogce:xpp5:jar</include>
<include>com.101tec:zkclient:jar</include>
<include>org.apache.zookeeper:zookeeper:jar</include>
+ <include>org.apache.zookeeper:zookeeper-jute:jar</include>
+ <include>io.netty:netty-handler:jar</include>
+
<include>org.apache.logging.log4j:log4j-slf4j18-impl:jar</include>
<include>org.apache.airavata:profile-service-stubs:jar</include>
<include>org.apache.airavata:services-security:jar</include>
<include>org.apache.airavata:airavata-sharing-registry-stubs:jar</include>
diff --git a/modules/distribution/src/main/assembly/post-wm-bin-assembly.xml
b/modules/distribution/src/main/assembly/post-wm-bin-assembly.xml
index e144208bfd..a122a4e87a 100644
--- a/modules/distribution/src/main/assembly/post-wm-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/post-wm-bin-assembly.xml
@@ -163,6 +163,9 @@
<include>org.ogce:xpp5:jar</include>
<include>com.101tec:zkclient:jar</include>
<include>org.apache.zookeeper:zookeeper:jar</include>
+ <include>org.apache.zookeeper:zookeeper-jute:jar</include>
+ <include>io.netty:netty-handler:jar</include>
+
<include>org.apache.logging.log4j:log4j-slf4j18-impl:jar</include>
<include>org.apache.airavata:airavata-security:jar</include>
<include>org.apache.commons:commons-pool2:jar</include>
<include>org.json:json:jar</include>
diff --git a/modules/distribution/src/main/assembly/pre-wm-bin-assembly.xml
b/modules/distribution/src/main/assembly/pre-wm-bin-assembly.xml
index eb4fc149d3..9d4fab7f1a 100644
--- a/modules/distribution/src/main/assembly/pre-wm-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/pre-wm-bin-assembly.xml
@@ -160,6 +160,9 @@
<include>org.ogce:xpp5:jar</include>
<include>com.101tec:zkclient:jar</include>
<include>org.apache.zookeeper:zookeeper:jar</include>
+ <include>org.apache.zookeeper:zookeeper-jute:jar</include>
+ <include>io.netty:netty-handler:jar</include>
+
<include>org.apache.logging.log4j:log4j-slf4j18-impl:jar</include>
<include>org.apache.airavata:profile-service-stubs:jar</include>
<include>org.apache.airavata:services-security:jar</include>
<include>org.apache.airavata:airavata-sharing-registry-stubs:jar</include>