This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new a5b587e Remove superfluous metrics dependencies from OpenTracing extension a5b587e is described below commit a5b587e795ccde66e8e2ad5c5a285dd91440d0a3 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Jun 2 12:13:10 2020 +0100 Remove superfluous metrics dependencies from OpenTracing extension --- extensions/opentracing/runtime/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/extensions/opentracing/runtime/pom.xml b/extensions/opentracing/runtime/pom.xml index 9464987..8de39d8 100644 --- a/extensions/opentracing/runtime/pom.xml +++ b/extensions/opentracing/runtime/pom.xml @@ -60,16 +60,6 @@ <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 --> - <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>