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.git


The following commit(s) were added to refs/heads/main by this push:
     new 35d837c5f3 TOMEE-4320 - TomEE 10 leaks jakarta.json from Smallrye into 
/lib
35d837c5f3 is described below

commit 35d837c5f3f0d0ff313526fcf64799e6d3dfdea5
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Mon Apr 22 11:02:07 2024 +0200

    TOMEE-4320 - TomEE 10 leaks jakarta.json from Smallrye into /lib
---
 tomee/tomee-microprofile/mp-common/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tomee/tomee-microprofile/mp-common/pom.xml 
b/tomee/tomee-microprofile/mp-common/pom.xml
index cb9d2bf3b5..74e98ded34 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -237,6 +237,14 @@
           <groupId>jakarta.json</groupId>
           <artifactId>jakarta.json-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.glassfish</groupId>
+          <artifactId>jakarta.json</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.smallrye</groupId>
+          <artifactId>smallrye-health-api</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>*</groupId>
           <artifactId>microprofile-health-api</artifactId>

Reply via email to