Skip to content

Commit

Permalink
TOMEE-4294 exclude CDI 4 as a transitive dependency from SmallRye Fau…
Browse files Browse the repository at this point in the history
…lt Tolerance
  • Loading branch information
jgallimore committed Jan 8, 2024
1 parent aa185a5 commit e29bfd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tomee/tomee-microprofile/mp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e29bfd7

Please sign in to comment.