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 <[email protected]> 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. --> <!--
