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 @@ -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
6689Consider the following HTTP handler:
You can’t perform that action at this time.
0 commit comments