Skip to content

Commit

Permalink
Exclude com.google.code.findbugs:jsr305 from quarkus-cxf-integration-…
Browse files Browse the repository at this point in the history
…tracing-opentelemetry
  • Loading branch information
ppalaga committed Jan 19, 2024
1 parent 8c6f604 commit 0756dcf
Showing 1 changed file with 6 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 @@ -164,6 +164,12 @@
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf-integration-tracing-opentelemetry</artifactId>
<version>${quarkus-cxf.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkiverse.cxf</groupId>
Expand Down

0 comments on commit 0756dcf

Please sign in to comment.