Add dependency to hbase-common explicitly to ivy.xml
to avoid errors during runtime
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. -->
     <!--