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

asf-gitbox-commits pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new c819b58ef7 Remove unused dependency management item
c819b58ef7 is described below

commit c819b58ef745108d39b92e8825d150a8b27bbae4
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon Jul 20 14:40:46 2026 -0400

    Remove unused dependency management item
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb616fd407..9df56e7e19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,11 +435,6 @@ under the License.
         <artifactId>accumulo-test</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.accumulo</groupId>
-        <artifactId>accumulo-tracer</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-tserver</artifactId>

Reply via email to