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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3266ae5  ACCUMULO-4718 Add Hadoop common to shade pom
3266ae5 is described below

commit 3266ae55144922a15615fb630dafb2c29755bb69
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Wed Oct 25 14:34:02 2017 -0400

    ACCUMULO-4718 Add Hadoop common to shade pom
---
 core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 3f82d27..d9ff2e9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -59,6 +59,10 @@
       <artifactId>hadoop-client</artifactId>
     </dependency>
     <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-common</artifactId>
+     </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
     </dependency>

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

Reply via email to