This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 44b72c652b6 Cleanup as this value is set in CamelOpenTelemetryTestSupport 44b72c652b6 is described below commit 44b72c652b6a1fbd0328d4bcc2937f062e04c411 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Oct 23 08:19:04 2024 +0200 Cleanup as this value is set in CamelOpenTelemetryTestSupport --- components/camel-opentelemetry/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/components/camel-opentelemetry/pom.xml b/components/camel-opentelemetry/pom.xml index 403aa9fb0a9..47244569412 100644 --- a/components/camel-opentelemetry/pom.xml +++ b/components/camel-opentelemetry/pom.xml @@ -174,20 +174,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <systemPropertyVariables> - <io.opentelemetry.context.enableStrictContext>true</io.opentelemetry.context.enableStrictContext> - </systemPropertyVariables> - </configuration> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>full</id>