File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff 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
7396Consider the following HTTP handler:
You can’t perform that action at this time.
0 commit comments