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 2022/05/05 11:41:01 UTC

[tomee-jakartaee-api] branch master updated: Use Geronimo Activation now that it's available

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-jakartaee-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e21654  Use Geronimo Activation now that it's available
9e21654 is described below

commit 9e21654a2f96686fa1fc47f7b658def50f2bfe63
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu May 5 13:36:19 2022 +0200

    Use Geronimo Activation now that it's available
---
 pom.xml | 31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1017371..561485f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,8 @@
     <tomcat.version>10.0.16</tomcat.version>
 
     <!--  Full platform -->
-    <jakarta.activation-api.version>2.0.1</jakarta.activation-api.version>
+    <geronimo-activation_2.0_spec.version>1.0.0-SNAPSHOT</geronimo-activation_2.0_spec.version>
+    <!--<jakarta.activation-api.version>2.0.1</jakarta.activation-api.version>-->
     <jakarta.authorization-api.version>2.0.0</jakarta.authorization-api.version>
     <jakarta.batch-api.version>2.0.0</jakarta.batch-api.version>
     <jakarta.enterprise.concurrent-api.version>2.0.0</jakarta.enterprise.concurrent-api.version>
@@ -608,6 +609,19 @@
         <classifier>sources</classifier>
         <optional>true</optional>
       </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-activation_2.0_spec</artifactId>
+        <version>${geronimo-activation_2.0_spec.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-activation_2.0_spec</artifactId>
+        <version>${geronimo-activation_2.0_spec.version}</version>
+        <classifier>sources</classifier>
+        <optional>true</optional>
+      </dependency>
+      <!-- we use Geronimo here because there is an implementation part
       <dependency>
         <groupId>jakarta.activation</groupId>
         <artifactId>jakarta.activation-api</artifactId>
@@ -620,7 +634,6 @@
         <classifier>sources</classifier>
         <optional>true</optional>
       </dependency>
-      <!-- we use Geronimo here because there is an implementation part
       <dependency>
         <groupId>jakarta.mail</groupId>
         <artifactId>jakarta.mail-api</artifactId>
@@ -1036,6 +1049,18 @@
       <classifier>sources</classifier>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_2.0_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_2.0_spec</artifactId>
+      <classifier>sources</classifier>
+      <optional>true</optional>
+    </dependency>
+
+    <!-- we use Geronimo here because there is an implementation part
     <dependency>
       <groupId>jakarta.activation</groupId>
       <artifactId>jakarta.activation-api</artifactId>
@@ -1046,8 +1071,6 @@
       <classifier>sources</classifier>
       <optional>true</optional>
     </dependency>
-
-    <!-- we use Geronimo here because there is an implementation part
     <dependency>
       <groupId>jakarta.mail</groupId>
       <artifactId>jakarta.mail-api</artifactId>