Skip to content

Commit

Permalink
Update exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 26, 2024
1 parent f438115 commit 8792bdc
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -235,6 +235,10 @@
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
</exclusion>
<exclusion>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions utils/openejb-core-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
Expand Down

0 comments on commit 8792bdc

Please sign in to comment.