From 901e94d2349c64f6288c6e5cfab23bb9a9b03def Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Fri, 28 Jul 2023 23:26:56 +0530 Subject: [PATCH] JAVA-18812 Disabled reuse forks option that was causing issue with SimpleTracer test (#14490) --- .../spring-boot-3-observation/pom.xml | 30 +++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) 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