You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/02 13:57:35 UTC

[tomee] branch master updated: make sure there is no duplicate and we also deliver the API in the final drop which was kinda missing

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bfe33bb  make sure there is no duplicate and we also deliver the API in the final drop which was kinda missing
bfe33bb is described below

commit bfe33bbb12167aed65ffa3e400bdc9c8418dc00d
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Fri Aug 2 15:57:25 2019 +0200

    make sure there is no duplicate and we also deliver the API in the final drop which was kinda missing
---
 container/openejb-core/pom.xml | 4 ++++
 pom.xml                        | 8 +++++++-
 server/openejb-client/pom.xml  | 5 +++++
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index d93011f..3265d1f 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -553,6 +553,10 @@
     </dependency>
     <!-- JavaMail -->
     <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-javamail_1.5_spec</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.geronimo.javamail</groupId>
       <artifactId>geronimo-javamail_1.5_mail</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 09687bc..ef1dab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,6 +179,7 @@
     <geronimo.connector.version>3.1.4</geronimo.connector.version>
     <geronimo-osgi.version>1.1</geronimo-osgi.version>
     <geronimo-javamail_1.5_spec.version>1.0.0-SNAPSHOT</geronimo-javamail_1.5_spec.version>
+    <geronimo-javamail_1.5_mail.version>1.0.0-SNAPSHOT</geronimo-javamail_1.5_mail.version>
     <myfaces.version>2.3.4</myfaces.version>
     <mojarra.version>2.3.3</mojarra.version>
     <slf4j.version>1.7.21</slf4j.version>
@@ -1310,9 +1311,14 @@
         <version>1.0.1-1</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-javamail_1.5_spec</artifactId>
+        <version>${geronimo-javamail_1.5_spec.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.geronimo.javamail</groupId>
         <artifactId>geronimo-javamail_1.5_mail</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>${geronimo-javamail_1.5_mail.version}</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.geronimo.javamail</groupId>
diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml
index 632ca1c..2f2a8b8 100644
--- a/server/openejb-client/pom.xml
+++ b/server/openejb-client/pom.xml
@@ -142,6 +142,11 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.apache.geronimo.javamail</groupId>
+      <artifactId>geronimo-javamail_1.5_mail</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>jakarta.xml.bind</groupId>
       <artifactId>jakarta.xml.bind-api</artifactId>
       <exclusions>