This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch 1451-external-compactions-feature
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to
refs/heads/1451-external-compactions-feature by this push:
new 75852ea Fixing QA errors
75852ea is described below
commit 75852eabdb28f8bb7b84a469e062a64f4f4ba732
Author: Dave Marion <[email protected]>
AuthorDate: Tue Apr 27 16:35:00 2021 +0000
Fixing QA errors
---
server/compactor/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/server/compactor/pom.xml b/server/compactor/pom.xml
index 0649328..25aa803 100644
--- a/server/compactor/pom.xml
+++ b/server/compactor/pom.xml
@@ -40,6 +40,10 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
</dependency>