Skip to content

Commit

Permalink
Add missing dependencies for OpenTracing extension to work around qua…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Apr 15, 2020
1 parent 2574671 commit 20d5d58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/opentracing/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-opentracing</artifactId>
</dependency>

<!-- TODO: Remove this when Quarkus Jaeger extension issues are fixed https://github.com/quarkusio/quarkus/issues/8578 -->

This comment has been minimized.

Copy link
@Ladicek

Ladicek Apr 15, 2020

FYI, fix has been merged: quarkusio/quarkus#8581

<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-api</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 20d5d58

Please sign in to comment.