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

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


The following commit(s) were added to refs/heads/cxf4 by this push:
     new f82f62d215 TOMEE-4139 - Re-add the api excludes
f82f62d215 is described below

commit f82f62d21516adefdfd2ae9ba6ceb52079207233
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Aug 18 12:11:53 2023 +0200

    TOMEE-4139 - Re-add the api excludes
---
 tomee/tomee-webapp/src/main/assembly/war.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tomee/tomee-webapp/src/main/assembly/war.xml 
b/tomee/tomee-webapp/src/main/assembly/war.xml
index 1a7e3783ad..2ddf1e4df9 100644
--- a/tomee/tomee-webapp/src/main/assembly/war.xml
+++ b/tomee/tomee-webapp/src/main/assembly/war.xml
@@ -89,6 +89,10 @@
         <!-- should be in a pom exclusion but it does perfectly the trick -->
         <exclude>org.springframework:*</exclude>
 
+        <exclude>*:jakarta.jws-api:*</exclude>
+        <exclude>*:jakarta.xml.bind-api:*</exclude>
+        <exclude>*:jakarta.xml.ws-api:*</exclude>
+
         <exclude>org.eclipse.microprofile.rest.client:*</exclude>
         <exclude>org.reactivestreams:*</exclude>
         <exclude>org.opensaml:*</exclude>

Reply via email to