Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 0809116

Browse files
authored
Fix: Remove Sleuth (#14)
* Remove Starter for Sleuth * Remove Sleuth
1 parent 0507b37 commit 0809116

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>
81-
<dependency>
82-
<groupId>org.springframework.cloud</groupId>
83-
<artifactId>spring-cloud-starter-sleuth</artifactId>
84-
<version>3.1.6</version>
85-
</dependency>
8681
<dependency>
8782
<groupId>org.springdoc</groupId>
8883
<artifactId>springdoc-openapi-ui</artifactId>

spring-boot/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-starter-actuator</artifactId>
3333
</dependency>
34-
<dependency>
35-
<groupId>org.springframework.cloud</groupId>
36-
<artifactId>spring-cloud-starter-sleuth</artifactId>
37-
</dependency>
3834
<dependency>
3935
<groupId>io.micrometer</groupId>
4036
<artifactId>micrometer-registry-prometheus</artifactId>

0 commit comments

Comments
 (0)