This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new c832424d5c CAUSEWAY-3446: runtimeservices: add dep.
com.sun.mail:jakarta.mail
c832424d5c is described below
commit c832424d5cd4ba3f451e6a4e393548b375d9085d
Author: Andi Huber <[email protected]>
AuthorDate: Wed Apr 26 07:56:59 2023 +0200
CAUSEWAY-3446: runtimeservices: add dep. com.sun.mail:jakarta.mail
---
core/runtimeservices/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/core/runtimeservices/pom.xml b/core/runtimeservices/pom.xml
index d8cffe0d85..e36c9f9cd1 100644
--- a/core/runtimeservices/pom.xml
+++ b/core/runtimeservices/pom.xml
@@ -76,6 +76,12 @@
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
</dependency>
+
+ <dependency>
+ <!-- required by EmailServiceDefault -->
+ <groupId>com.sun.mail</groupId>
+ <artifactId>jakarta.mail</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.causeway.core</groupId>