Skip to content

Commit

Permalink
Update spring-boot.md (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaotianZha authored Jan 26, 2024
1 parent fdf2db1 commit 3136a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/languages/java/automatic/spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ The following example shows how to import both BOMs using Maven:
<artifactId>opentelemetry-bom</artifactId>
<version>{{% param vers.otel %}}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
<version>{{% param vers.instrumentation %}}-alpha</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 3136a9e

Please sign in to comment.