This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-9.x by this push:
new 5e5ab5f54b TOMEE-4294 exclude CDI 4 as a transitive dependency from
SmallRye Fault Tolerance
5e5ab5f54b is described below
commit 5e5ab5f54ba43448e2fbf048d4488bdd629f8060
Author: Jonathan Gallimore <[email protected]>
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 7ff61f6127..97977793e1 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>