Skip to content

Commit

Permalink
Exclude io.dropwizard.metrics:metrics-core to avoid alignment issues
Browse files Browse the repository at this point in the history
with Camel
  • Loading branch information
ppalaga committed Apr 9, 2024
1 parent e379738 commit 39a9247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-common</artifactId>
<version>${wss4j.version}</version>
<exclusions>
<exclusion>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<exclude>com.sun.activation:jakarta.activation</exclude><!-- use jakarta.activation:jakarta.activation-api and angus-activation instead -->
<exclude>com.sun.mail:javax.mail</exclude><!-- use angus-mail and jakarta.mail:jakarta.mail-api instead -->
<exclude>com.sun.mail:jakarta.mail</exclude><!-- use angus-mail and jakarta.mail:jakarta.mail-api instead -->
<exclude>io.dropwizard.metrics:metrics-core</exclude><!-- Transitive of org.apache.wss4j:wss4j-ws-security-common -> org.opensaml:opensaml-saml-impl we can do without -->
<exclude>org.eclipse.angus:jakarta.mail</exclude><!-- org.eclipse.angus:jakarta.mail aggregates classes from angus-mail and jakarta.mail:jakarta.mail-api which we prefer to use instead -->
<exclude>org.apache.cxf:cxf-integration-jca</exclude><!-- Unsupported by Quarkus CXF https://docs.quarkiverse.io/quarkus-cxf/dev/reference/index.html#unsupported -->
<exclude>org.apache.cxf:cxf-rt-bindings-jbi</exclude><!-- Unsupported by Quarkus CXF https://docs.quarkiverse.io/quarkus-cxf/dev/reference/index.html#unsupported -->
Expand Down

0 comments on commit 39a9247

Please sign in to comment.