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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6e402a  Missing an exclude to avoid javax and jakarta both delivered
f6e402a is described below

commit f6e402ae3ce855908f96e7c8eb15f925ecb45fb7
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Mar 31 11:00:54 2022 +0200

    Missing an exclude to avoid javax and jakarta both delivered
---
 tomee/tomee-microprofile/mp-common/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tomee/tomee-microprofile/mp-common/pom.xml 
b/tomee/tomee-microprofile/mp-common/pom.xml
index c7bdbda..8e4753e 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -153,6 +153,12 @@
       <artifactId>geronimo-health-common</artifactId>
       <version>${microprofile.health.impl.version}</version>
       <classifier>jakarta</classifier>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>microprofile-health-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>

Reply via email to