This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git
The following commit(s) were added to refs/heads/main by this push:
new b3d5b74 TOMEE-4199 - Updates exclusion patterns to avoid el, servlet,
websocket and jaspic in "tomcat" classified jar
b3d5b74 is described below
commit b3d5b7482f060e0f1891c5141b3439bc4eabe3e3
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue May 16 13:16:20 2023 +0200
TOMEE-4199 - Updates exclusion patterns to avoid el, servlet, websocket and
jaspic in "tomcat" classified jar
---
pom.xml | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7eb53c6..5066723 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>29</version>
<relativePath /> <!--Resolve on repository-->
</parent>
@@ -41,7 +41,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=tomee-jakartaee-api.git</url>
- <tag>jakartaee-api-10.0-M1</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
@@ -196,6 +196,11 @@
<excludes>
<exclude>*:*:sources</exclude>
<exclude>*:tomcat-*</exclude>
+ <exclude>jakarta.servlet:*</exclude>
+ <exclude>jakarta.servlet.jsp:*</exclude>
+ <exclude>jakarta.el:*</exclude>
+ <exclude>jakarta.websocket:*</exclude>
+ <exclude>jakarta.security.auth:*</exclude>
</excludes>
</artifactSet>
<filters>
@@ -542,6 +547,10 @@
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jakarta.el</groupId>
+ <artifactId>jakarta.el-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>