Skip to content

Commit e6b3e2d

Browse files
Update README.adoc
1 parent a2da444 commit e6b3e2d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,29 @@ Add Spring Cloud Sleuth to the classpath of a Spring Boot application (together
6868
<artifactId>spring-cloud-sleuth-otel-autoconfigure</artifactId>
6969
</dependency>
7070
</dependencies>
71+
72+
<!-- You 'll need those to add OTel support -->
73+
<repositories>
74+
<repository>
75+
<id>spring-snapshots</id>
76+
<url>https://repo.spring.io/snapshot</url>
77+
<snapshots><enabled>true</enabled></snapshots>
78+
</repository>
79+
<repository>
80+
<id>spring-milestones</id>
81+
<url>https://repo.spring.io/milestone</url>
82+
</repository>
83+
</repositories>
84+
<pluginRepositories>
85+
<pluginRepository>
86+
<id>spring-snapshots</id>
87+
<url>https://repo.spring.io/snapshot</url>
88+
</pluginRepository>
89+
<pluginRepository>
90+
<id>spring-milestones</id>
91+
<url>https://repo.spring.io/milestone</url>
92+
</pluginRepository>
93+
</pluginRepositories>
7194
----
7295

7396
Consider the following HTTP handler:

0 commit comments

Comments
 (0)