Skip to content

Commit

Permalink
ARTEMIS-4601 remove OpenTelemetry deps from main pom
Browse files Browse the repository at this point in the history
The OpenTelemetry dependencies can be isolated to the `opentelemetry`
example in the `activemq-artemis-examples` repo. They aren't needed here
anymore.
  • Loading branch information
jbertram committed Jan 31, 2024
1 parent a60a8a1 commit 2cec6bd
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2cec6bd

Please sign in to comment.