diff --git a/spring-boot-modules/spring-boot-3-observation/pom.xml b/spring-boot-modules/spring-boot-3-observation/pom.xml
index b0d179e365..b35e9e04d1 100644
--- a/spring-boot-modules/spring-boot-3-observation/pom.xml
+++ b/spring-boot-modules/spring-boot-3-observation/pom.xml
@@ -4,7 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-boot-3-observation
- 0.0.1-SNAPSHOT
spring-boot-3-observation
Demo project for Spring Boot 3 Observation
@@ -32,7 +31,7 @@
io.micrometer
micrometer-tracing-bridge-brave
-
+
io.micrometer
@@ -62,7 +61,7 @@
org.springframework.boot
spring-boot-starter-jdbc
-
+
com.github.gavlyukovskiy
p6spy-spring-boot-starter
@@ -82,6 +81,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 3
+ false
+
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit-jupiter.version}
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ ${junit-jupiter.version}
+
+
+
+
+
+
com.baeldung.samples.SimpleObservationApplication
1.9.0