Remove explicit dependency on spring-boot-opentelemetry in documentation

See gh-48585
This commit is contained in:
Moritz Halbritter
2025-12-19 11:58:18 +01:00
parent 77807f53ee
commit 5575ea19ba
@@ -130,7 +130,6 @@ The customizers take precedence over anything applied by the auto-configuration.
Tracing with OpenTelemetry and reporting to Zipkin requires the following dependencies:
* `org.springframework.boot:spring-boot-opentelemetry` - Spring Boot's OpenTelemetry support.
* `org.springframework.boot:spring-boot-micrometer-tracing-opentelemetry` - Spring Boot's support for Micrometer Tracing over OpenTelemetry.
* `io.micrometer:micrometer-tracing-bridge-otel` - bridges the Micrometer Observation API to OpenTelemetry.
* `org.springframework.boot:spring-boot-zipkin` - Spring Boot's support for Zipkin.