You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2018/04/19 16:07:57 UTC

[accumulo-examples] branch master updated: Update mapreduce dependency

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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new cb54d58  Update mapreduce dependency
cb54d58 is described below

commit cb54d58dc012ab0208b0efb8a7e560a5074c67f9
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Apr 19 12:07:09 2018 -0400

    Update mapreduce dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3d426f3..9f5f986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-client-mapreduce</artifactId>
+      <version>${accumulo.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-core</artifactId>
       <version>${accumulo.version}</version>
     </dependency>

-- 
To stop receiving notification emails like this one, please contact
mmiller@apache.org.