Skip to content

Commit e4537e7

Browse files
authored
build(deps): [CXF-8937] Add cxf-integration-tracing-micrometer to cxf-bom (#1) (#1455)
1 parent 7e68c88 commit e4537e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<artifactId>cxf-integration-tracing-brave</artifactId>
6565
<version>${project.version}</version>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.apache.cxf</groupId>
69+
<artifactId>cxf-integration-tracing-micrometer</artifactId>
70+
<version>${project.version}</version>
71+
</dependency>
6772
<dependency>
6873
<groupId>org.apache.cxf</groupId>
6974
<artifactId>cxf-integration-tracing-opentracing</artifactId>

0 commit comments

Comments
 (0)