You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/04/23 01:22:14 UTC

[airavata] branch master updated: Adding missing jar to participant distribution

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d0c5843  Adding missing jar to participant distribution
d0c5843 is described below

commit d0c5843529449ec34593710aebd403e4964e7f03
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Mar 27 17:02:45 2020 -0400

    Adding missing jar to participant distribution
---
 modules/distribution/src/main/assembly/participant-bin-assembly.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/distribution/src/main/assembly/participant-bin-assembly.xml b/modules/distribution/src/main/assembly/participant-bin-assembly.xml
index 811bb2d..a20e6ee 100644
--- a/modules/distribution/src/main/assembly/participant-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/participant-bin-assembly.xml
@@ -163,6 +163,7 @@
                 <include>org.apache.airavata:services-security:jar</include>
                 <include>org.apache.airavata:airavata-sharing-registry-stubs:jar</include>
                 <include>org.apache.airavata:airavata-security:jar</include>
+                <include>org.apache.airavata:airavata-model-utils:jar</include>
 
                 <!-- Docker Java dependencies -->