Skip to content

Commit

Permalink
Fixed exclusions (related to TOMEE-4294) (#1092)
Browse files Browse the repository at this point in the history
* Fixed exclusions (related to TOMEE-4294)

* Fixed exclusions (related to TOMEE-4294)
  • Loading branch information
tandraschko authored Jan 15, 2024
1 parent d1d36b6 commit be59561
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions tomee/tomee-microprofile/mp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,7 @@
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<exclusions>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>

</exclusions>
</dependency>

Expand Down Expand Up @@ -180,10 +177,7 @@
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<exclusions>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>

</exclusions>
</dependency>

Expand Down Expand Up @@ -235,6 +229,14 @@
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<exclusions>
<exclusion>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>microprofile-health-api</artifactId>
Expand Down Expand Up @@ -313,22 +315,10 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
</exclusion>
<exclusion>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
Expand Down

0 comments on commit be59561

Please sign in to comment.