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 521d2dc Adding docker java jar to parser wm distribution
521d2dc is described below
commit 521d2dc9a6fcc8eb65832345ae18f3ac99eac1fa
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Fri Jul 26 11:11:44 2019 -0400
Adding docker java jar to parser wm distribution
---
modules/distribution/src/main/assembly/parser-wm-bin-assembly.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/distribution/src/main/assembly/parser-wm-bin-assembly.xml
b/modules/distribution/src/main/assembly/parser-wm-bin-assembly.xml
index 1f7a683..2cb2c64 100644
--- a/modules/distribution/src/main/assembly/parser-wm-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/parser-wm-bin-assembly.xml
@@ -157,6 +157,7 @@
<include>org.ogce:xpp5:jar</include>
<include>com.101tec:zkclient:jar</include>
<include>org.apache.zookeeper:zookeeper:jar</include>
+ <include>com.github.docker-java:docker-java:jar</include>
</includes>
<excludes>
<exclude>mysql:mysql-connector-java:jar</exclude>