You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2019/09/23 13:53:01 UTC

[nutch] 02/03: Add dependency to hbase-common explicitly to ivy.xml to avoid errors during runtime

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

snagel pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit d0509efa474fc588451a204f49e137c0cdcf3629
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Mon Sep 23 15:40:17 2019 +0200

    Add dependency to hbase-common explicitly to ivy.xml
    to avoid errors during runtime
---
 ivy/ivy.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index 48b8c3f..3ea102b 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -127,7 +127,8 @@
     -->
     <!-- Uncomment this to use HBase as Gora backend. -->
     <!--     
-    <dependency org="org.apache.gora" name="gora-hbase" rev="0.8" conf="*->default" /> 
+    <dependency org="org.apache.gora" name="gora-hbase" rev="0.8" conf="*->default" />
+    <dependency org="org.apache.hbase" name="hbase-commons" rev="1.2.3" conf="*->default" />
     -->
     <!-- Uncomment this to use Infinispan as Gora backend. -->
     <!--