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 474c32e0bc Updating java mail version to compatible with java 11
security protocols
474c32e0bc is described below
commit 474c32e0bc1bf7b859dabb7f66ea6975cce5894d
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Thu Jul 28 13:13:00 2022 -0400
Updating java mail version to compatible with java 11 security protocols
---
modules/job-monitor/email-monitor/pom.xml | 2 +-
modules/job-monitor/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/job-monitor/email-monitor/pom.xml
b/modules/job-monitor/email-monitor/pom.xml
index 60aa99cb13..9ae328651c 100644
--- a/modules/job-monitor/email-monitor/pom.xml
+++ b/modules/job-monitor/email-monitor/pom.xml
@@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
+ <artifactId>javax.mail-api</artifactId>
</dependency>
</dependencies>
</project>
diff --git a/modules/job-monitor/pom.xml b/modules/job-monitor/pom.xml
index 90cb63e305..84cdf4f377 100644
--- a/modules/job-monitor/pom.xml
+++ b/modules/job-monitor/pom.xml
@@ -45,8 +45,8 @@
</dependency>
<dependency>
<groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.6.7</version>
+ <artifactId>javax.mail-api</artifactId>
+ <version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>