Skip to content

Commit 7bc5d7f

Browse files
Fixed the readme
1 parent 28afc21 commit 7bc5d7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ Add Spring Cloud Sleuth to the classpath of a Spring Boot application (together
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.springframework.cloud</groupId>
39+
<artifactId>spring-cloud-sleuth-otel-dependencies</artifactId>
40+
<!-- Provide the version of the Spring Cloud Sleuth OpenTelemetry project -->
41+
<version>${spring-cloud-sleuth-otel.version}</version>
42+
<scope>import</scope>
43+
<type>pom</type>
44+
</dependency>
3745
</dependencies>
3846
</dependencyManagement>
3947

0 commit comments

Comments
 (0)