This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a commit to branch agent-framework-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/agent-framework-refactoring by
this push:
new 6e9a802ffc included the angus-mail implementation for jakarta mail api
and airavata api client dependency
6e9a802ffc is described below
commit 6e9a802ffcbecb9676199e90800d72f23d24bb56
Author: lahiruj <[email protected]>
AuthorDate: Fri Jun 13 16:47:41 2025 -0400
included the angus-mail implementation for jakarta mail api and airavata
api client dependency
---
modules/agent-framework/agent-service/pom.xml | 5 +++++
.../distribution/src/main/assembly/email-monitor-bin-assembly.xml | 2 +-
modules/job-monitor/email-monitor/pom.xml | 5 ++++-
modules/job-monitor/pom.xml | 7 ++++++-
4 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/modules/agent-framework/agent-service/pom.xml
b/modules/agent-framework/agent-service/pom.xml
index 4e90385a45..6bdaacef60 100644
--- a/modules/agent-framework/agent-service/pom.xml
+++ b/modules/agent-framework/agent-service/pom.xml
@@ -127,6 +127,11 @@ under the License.
<artifactId>airavata-data-models</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.airavata</groupId>
+ <artifactId>airavata-api-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
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 5d81da6f05..d1011924bc 100644
--- a/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
@@ -93,7 +93,7 @@
<include>org.apache.thrift:libthrift:jar</include>
<include>jakarta.mail:jakarta.mail-api:jar</include>
- <include>jakarta.mail:jakarta.mail:jar</include>
+ <include>org.eclipse.angus:angus-mail:jar</include>
<include>javax.activation:activation:jar</include>
<include>org.yaml:snakeyaml:jar</include>
diff --git a/modules/job-monitor/email-monitor/pom.xml
b/modules/job-monitor/email-monitor/pom.xml
index 12c7083921..6f8f93d0f4 100644
--- a/modules/job-monitor/email-monitor/pom.xml
+++ b/modules/job-monitor/email-monitor/pom.xml
@@ -40,7 +40,10 @@ under the License.
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
- <version>2.1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.angus</groupId>
+ <artifactId>angus-mail</artifactId>
</dependency>
</dependencies>
</project>
diff --git a/modules/job-monitor/pom.xml b/modules/job-monitor/pom.xml
index be38222365..fc36991ca5 100644
--- a/modules/job-monitor/pom.xml
+++ b/modules/job-monitor/pom.xml
@@ -43,7 +43,12 @@ under the License.
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
- <version>2.1.2</version>
+ <version>2.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.angus</groupId>
+ <artifactId>angus-mail</artifactId>
+ <version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>