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

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

commit 5fb17c15d990fd1a34a6795602bb2ec13508cccb
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Wed Nov 20 21:17:19 2024 +0000

    Revert "Resolve build error regarding undeclared hadoop-client-api jar file"
    
    This reverts commit 4c672e31e238eb78d354b51b005350f128ea25d2.
---
 server/monitor/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml
index 259b510a0e..789607b163 100644
--- a/server/monitor/pom.xml
+++ b/server/monitor/pom.xml
@@ -84,10 +84,6 @@
       <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-start</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-client-api</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>

Reply via email to