This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new f258b27eb4 ARTEMIS-4601 remove OpenTelemetry deps from main pom
f258b27eb4 is described below

commit f258b27eb48b78ed8e14d27d2350ef9e7098f0d9
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Tue Jan 30 15:42:49 2024 -0600

    ARTEMIS-4601 remove OpenTelemetry deps from main pom
    
    The OpenTelemetry dependencies can be isolated to the `opentelemetry`
    example in the `activemq-artemis-examples` repo. They aren't needed here
    anymore.
---
 pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1024784d39..9cfa150941 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,10 +125,6 @@
       
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
       <asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
 
-      <!-- tracing -->
-      <opentelemetry.version>1.24.0</opentelemetry.version>
-      
<opentelemetry-alpha.version>${opentelemetry.version}-alpha</opentelemetry-alpha.version>
-
       <!-- this is basically for tests -->
       <netty-tcnative-version>2.0.61.Final</netty-tcnative-version>
       <proton.version>0.34.1</proton.version>
@@ -586,23 +582,6 @@
          </dependency>
          <!-- ## End Examples Dependencies ## -->
 
-         <!-- ### START opentelemetry Dependencies ### -->
-         <dependency>
-            <groupId>io.opentelemetry</groupId>
-            <artifactId>opentelemetry-bom</artifactId>
-            <version>${opentelemetry.version}</version>
-            <type>pom</type>
-            <scope>import</scope>
-         </dependency>
-         <dependency>
-            <groupId>io.opentelemetry</groupId>
-            <artifactId>opentelemetry-bom-alpha</artifactId>
-            <version>${opentelemetry-alpha.version}</version>
-            <type>pom</type>
-            <scope>import</scope>
-         </dependency>
-         <!-- ### END opentelemetry Dependencies ### -->
-
          <!--needed to compile the bootstrap jar-->
          <dependency>
             <groupId>org.jgroups</groupId>

Reply via email to