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

[tomee-jakarta] branch platform-jar-test created (now 1af57ba)

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

jgallimore pushed a change to branch platform-jar-test
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git.


      at 1af57ba  Use the Jakarta platform API jars

This branch includes the following new commits:

     new 1af57ba  Use the Jakarta platform API jars

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[tomee-jakarta] 01/01: Use the Jakarta platform API jars

Posted by jg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch platform-jar-test
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git

commit 1af57ba4b61664b0ba0da1bfb7b5566de040bb53
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sun May 2 03:49:01 2021 +0100

    Use the Jakarta platform API jars
---
 tomee/apache-tomee/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 4e0e439..0de5c95 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -122,6 +122,12 @@
       <type>war</type>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>jakarta.platform</groupId>
+      <artifactId>jakarta.jakartaee-web-api</artifactId>
+      <version>9.1.0-RC1</version>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- needed for EJBContainer impl so scope compile -->
     <dependency>
@@ -558,6 +564,7 @@
                 <jars>
                   <jakarta.faces-3.0.0.jar>org.glassfish:jakarta.faces:jar:3.0.0</jakarta.faces-3.0.0.jar>
                   <eclipselink-3.0.0.jar>org.eclipse.persistence:eclipselink:jar:3.0.0</eclipselink-3.0.0.jar>
+                  <javaee-api-8.0-5-tomcat.jar>jakarta.platform:jakarta.jakartaee-web-api:jar:9.1.0-RC1</javaee-api-8.0-5-tomcat.jar>
                 </jars>
               </replace>
             </configuration>