Skip to content

Commit a2da444

Browse files
Update README.adoc
1 parent b7bb420 commit a2da444

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/src/main/asciidoc/README.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,29 @@ Add Spring Cloud Sleuth to the classpath of a Spring Boot application (together
6161
<artifactId>spring-cloud-sleuth-otel-autoconfigure</artifactId>
6262
</dependency>
6363
</dependencies>
64+
65+
<!-- You 'll need those to add OTel support -->
66+
<repositories>
67+
<repository>
68+
<id>spring-snapshots</id>
69+
<url>https://repo.spring.io/snapshot</url>
70+
<snapshots><enabled>true</enabled></snapshots>
71+
</repository>
72+
<repository>
73+
<id>spring-milestones</id>
74+
<url>https://repo.spring.io/milestone</url>
75+
</repository>
76+
</repositories>
77+
<pluginRepositories>
78+
<pluginRepository>
79+
<id>spring-snapshots</id>
80+
<url>https://repo.spring.io/snapshot</url>
81+
</pluginRepository>
82+
<pluginRepository>
83+
<id>spring-milestones</id>
84+
<url>https://repo.spring.io/milestone</url>
85+
</pluginRepository>
86+
</pluginRepositories>
6487
----
6588

6689
Consider the following HTTP handler:

0 commit comments

Comments
 (0)