Skip to content

Commit

Permalink
as recommended in the error message in the console, replace sleuth fo…
Browse files Browse the repository at this point in the history
…r micrometer. This should work seamlessly
  • Loading branch information
rcsoyer committed Aug 3, 2023
1 parent c9ad0d9 commit 7c20da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 7c20da4

Please sign in to comment.