Skip to content

Commit 396d42b

Browse files
authored
Make the Spring Monitor test runnable with Spring Boot 3 (Azure#36527)
1 parent 29fe800 commit 396d42b

File tree

1 file changed

+1
-0
lines changed
  • sdk/spring/spring-cloud-azure-starter-monitor-test

1 file changed

+1
-0
lines changed

sdk/spring/spring-cloud-azure-starter-monitor-test/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<spotbugs.skip>true</spotbugs.skip>
2525
<codesnippet.skip>true</codesnippet.skip>
26+
<opentelemetry.version>1.28.0</opentelemetry.version> <!-- Only required with Spring Boot 3 to override the OTel version used in the Spring Boot BOM-->
2627
</properties>
2728

2829
<dependencies>

0 commit comments

Comments
 (0)