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

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


The following commit(s) were added to refs/heads/1.7 by this push:
     new da9de86  ACCUMULO-4702 Fix missing Guava in assemble
da9de86 is described below

commit da9de8686b6f986534db50b84635449e841f642f
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Wed Oct 4 13:50:59 2017 -0400

    ACCUMULO-4702 Fix missing Guava in assemble
---
 assemble/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index bd2ff5d..5132f1c 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -38,6 +38,11 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
       <optional>true</optional>

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <commits@accumulo.apache.org>'].

Reply via email to