Skip to content

Commit

Permalink
Align with TomEE 9.x version by removing unnecessary excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Apr 22, 2024
1 parent 35d837c commit 75ec55c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tomee/tomee-microprofile/mp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<exclusions>

</exclusions>
</dependency>

<dependency>
Expand All @@ -176,9 +173,6 @@
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<exclusions>

</exclusions>
</dependency>

<!-- Open Tracing API -->
Expand Down Expand Up @@ -245,10 +239,6 @@
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-api</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>microprofile-health-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 75ec55c

Please sign in to comment.