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 2022/07/28 17:15:51 UTC

[airavata] branch develop updated: Adding mail-api jar to email monitor distribution

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 281cfc33b0 Adding mail-api jar to email monitor distribution
281cfc33b0 is described below

commit 281cfc33b0cc25d8df0e9bde0024f6a6699b3865
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Thu Jul 28 13:15:26 2022 -0400

    Adding mail-api jar to email monitor distribution
---
 modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 120c4fc1d6..b412dbec68 100644
--- a/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
@@ -92,7 +92,7 @@
                 <include>org.apache.airavata:airavata-data-models:jar</include>
                 <include>org.apache.thrift:libthrift:jar</include>
 
-                <include>javax.mail:mail:jar</include>
+                <include>javax.mail:javax.mail-api:jar</include>
                 <include>javax.activation:activation:jar</include>
                 <include>org.yaml:snakeyaml:jar</include>