Skip to content

Commit

Permalink
Backport #1092 to tomee-9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm authored and rzo1 committed Jan 16, 2024
1 parent 6ceaf06 commit aba954a
Showing 1 changed file with 14 additions and 26 deletions.
40 changes: 14 additions & 26 deletions tomee/tomee-microprofile/mp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<exclusions>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -179,12 +173,6 @@
<dependency>
<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>

<!-- Open Tracing API -->
Expand Down Expand Up @@ -236,8 +224,20 @@
<artifactId>smallrye-health</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>microprofile-health-api</artifactId>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
</exclusion>
<exclusion>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -313,22 +313,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 aba954a

Please sign in to comment.