Skip to content

Commit

Permalink
Change note position
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Jun 26, 2024
1 parent 21ac708 commit 9bbe6c0
Showing 1 changed file with 8 additions and 8 deletions.
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 Expand Up @@ -98,13 +105,6 @@ with the `io.spring.dependency-management` plugin.

{{% /alert %}}

{{% alert title="Note" color="info" %}}

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

{{% /alert %}}

#### OpenTelemetry Starter dependency

Add the dependency given below to enable the OpenTelemetry starter.
Expand Down

0 comments on commit 9bbe6c0

Please sign in to comment.