You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/01 03:10:24 UTC

[tomee-jakarta] branch master updated: Remove duplicate javaee api jar

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 040193c  Remove duplicate javaee api jar
     new 5fb846f  Merge branch 'master' of github.com:apache/tomee-jakarta
040193c is described below

commit 040193ce658673b86ea8c793ed664ac1330519a0
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Apr 30 20:09:19 2021 -0700

    Remove duplicate javaee api jar
---
 tomee/tomee-plume-webapp/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index ed91ec7..c5c18a1 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -52,6 +52,11 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>javaee-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>javaee-api</artifactId>
       <classifier>tomcat</classifier>
     </dependency>
     <dependency>