You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/05/05 12:56:55 UTC

[tomee] 01/02: TOMEE-3939 - Fix Jakarta Mail API with Apache Velocity Templating

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

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

commit 2b239929d1df33f4f30d4890c4a946ea995eb3a2
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Thu May 5 14:53:56 2022 +0200

    TOMEE-3939 - Fix Jakarta Mail API with Apache Velocity Templating
---
 examples/javamail-velocity/README.adoc |  4 ++--
 examples/javamail-velocity/pom.xml     | 10 +---------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/examples/javamail-velocity/README.adoc b/examples/javamail-velocity/README.adoc
index 0031dd1c66..5b8e117295 100644
--- a/examples/javamail-velocity/README.adoc
+++ b/examples/javamail-velocity/README.adoc
@@ -1,9 +1,9 @@
 :index-group: Unrevised
 :jbake-type: page
 :jbake-status: status=published
-= Javamail API with Apache Velocity Templating
+= Jakarta Mail API with Apache Velocity Templating
 
-This examples demonstrates the use of the Javamail API in combination with https://velocity.apache.org/[Apache Velocity] to create templated HTML Emails.
+This examples demonstrates the use of Jakarta Mail API in combination with https://velocity.apache.org/[Apache Velocity] to create templated HTML Emails.
 
 
 == A simple @Stateless service using the Javamail API
diff --git a/examples/javamail-velocity/pom.xml b/examples/javamail-velocity/pom.xml
index db813172ea..dc7ebbf377 100644
--- a/examples/javamail-velocity/pom.xml
+++ b/examples/javamail-velocity/pom.xml
@@ -21,7 +21,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>javamail-with-velocity</artifactId>
   <version>9.0.0-M8-SNAPSHOT</version>
-  <name>TomEE :: Examples :: JavaMail API with Velocity</name>
+  <name>TomEE :: Examples :: Jakarta Mail API with Velocity</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>9.0.0-M8-SNAPSHOT</tomee.version>
@@ -103,14 +103,6 @@
       <version>${tomee.version}</version>
       <scope>test</scope>
     </dependency>
-
-    <!-- todo hack: until we move geronimo mail to the jakarta namespace -->
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-mail_2.1_spec</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-junit5</artifactId>