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
The following commit(s) were added to refs/heads/main by this push: new 4c672e31e2 Resolve build error regarding undeclared hadoop-client-api jar file 4c672e31e2 is described below commit 4c672e31e238eb78d354b51b005350f128ea25d2 Author: Dave Marion <dlmar...@apache.org> AuthorDate: Wed Nov 20 14:33:18 2024 +0000 Resolve build error regarding undeclared hadoop-client-api jar file --- server/monitor/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml index 789607b163..259b510a0e 100644 --- a/server/monitor/pom.xml +++ b/server/monitor/pom.xml @@ -84,6 +84,10 @@ <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>