Skip to content

Commit

Permalink
Add a note about the Spring Boot BOM (#4752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Jun 26, 2024
1 parent 825b6e2 commit b6dfcac
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ Importing the `opentelemetry-bom` and `opentelemetry-instrumentation-bom-alpha`
BOMs when using the OpenTelemetry starter is important to ensure version
alignment across all OpenTelemetry dependencies.

The following example shows how to import both BOMs using Maven:
{{% alert title="Note" color="info" %}}

If you import the `spring-boot-dependencies` BOM, you have to declare it after
the OpenTelemetry BOMs.

{{% /alert %}}

The following example shows how to import the OpenTelemetry BOMs using Maven:

```xml
<dependencyManagement>
Expand Down

0 comments on commit b6dfcac

Please sign in to comment.