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

jgallimore 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 e29bfd7765 TOMEE-4294 exclude CDI 4 as a transitive dependency from 
SmallRye Fault Tolerance
e29bfd7765 is described below

commit e29bfd7765257bb954c93edb7ca3320a0f378220
Author: Jonathan Gallimore <j...@jrg.me.uk>
AuthorDate: Fri Jan 5 16:47:27 2024 +0000

    TOMEE-4294 exclude CDI 4 as a transitive dependency from SmallRye Fault 
Tolerance
---
 tomee/tomee-microprofile/mp-common/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tomee/tomee-microprofile/mp-common/pom.xml 
b/tomee/tomee-microprofile/mp-common/pom.xml
index 2341854ef5..e818ccc998 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -220,6 +220,10 @@
       <groupId>io.smallrye</groupId>
       <artifactId>smallrye-fault-tolerance</artifactId>
       <exclusions>
+        <exclusion>
+          <groupId>jakarta.enterprise</groupId>
+          <artifactId>jakarta.enterprise.cdi-api</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>*</groupId>
           <artifactId>microprofile-fault-tolerance-api</artifactId>

Reply via email to