Change Micrometer tracing artifact to micrometer-tracing.

Closes #1285.
This commit is contained in:
Greg L. Turnquist
2022-07-11 08:14:42 -05:00
parent 2ee792f29c
commit 15329b6bbf

View File

@@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-api</artifactId>
<artifactId>micrometer-tracing</artifactId>
<optional>true</optional>
</dependency>