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

kturner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new fa76902529 Adds missig opentelem library to tarball (#6295)
fa76902529 is described below

commit fa769025290b844a286854d516fdbc62d6f7cf1f
Author: Keith Turner <[email protected]>
AuthorDate: Fri Apr 3 15:17:24 2026 -0700

    Adds missig opentelem library to tarball (#6295)
---
 assemble/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index 4db8052fd1..b006e352d6 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -157,6 +157,11 @@
       <artifactId>opentelemetry-api</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>io.opentelemetry</groupId>
+      <artifactId>opentelemetry-common</artifactId>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>io.opentelemetry</groupId>
       <artifactId>opentelemetry-context</artifactId>

Reply via email to