This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new 6b1f0b7479 Updates list of exclusions in mp-common to avoid transient
API dependencies already contained in the javaee uber jar
6b1f0b7479 is described below
commit 6b1f0b74797b24babd305535c3b098f970d8aeab
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Oct 7 08:20:01 2022 +0200
Updates list of exclusions in mp-common to avoid transient API dependencies
already contained in the javaee uber jar
---
tomee/tomee-microprofile/mp-common/pom.xml | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/tomee/tomee-microprofile/mp-common/pom.xml
b/tomee/tomee-microprofile/mp-common/pom.xml
index ed059b7a2b..1944bc6946 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -162,6 +162,18 @@
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jakarta.xml.ws</groupId>
+ <artifactId>jakarta.xml.ws-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jakarta.jws:jakarta</groupId>
+ <artifactId>jws-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jakarta.xml.soap</groupId>
+ <artifactId>soap-api</artifactId>
+ </exclusion>
<!-- exclude in favor of cxf-shade -->
<exclusion>
<groupId>org.apache.cxf</groupId>
@@ -186,6 +198,24 @@
<groupId>org.apache.tomee</groupId>
<artifactId>cxf-shade</artifactId>
<version>${tomee.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>javax.ws.rs-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jakarta.ws.rs</groupId>
+ <artifactId>jakarta.ws.rs-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>