We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e68c88 commit e4537e7Copy full SHA for e4537e7
bom/pom.xml
@@ -64,6 +64,11 @@
64
<artifactId>cxf-integration-tracing-brave</artifactId>
65
<version>${project.version}</version>
66
</dependency>
67
+ <dependency>
68
+ <groupId>org.apache.cxf</groupId>
69
+ <artifactId>cxf-integration-tracing-micrometer</artifactId>
70
+ <version>${project.version}</version>
71
+ </dependency>
72
<dependency>
73
<groupId>org.apache.cxf</groupId>
74
<artifactId>cxf-integration-tracing-opentracing</artifactId>
0 commit comments