Index: ivy/ivy.xml
===================================================================
--- ivy/ivy.xml	(revision 1181659)
+++ ivy/ivy.xml	(working copy)
@@ -105,10 +105,10 @@
 -->
 
 <!--
-       Uncomment this to use HBase as Gora backend. Then manually add hbase-0.20.6 jar to the lib directory.
+       Uncomment this to use HBase as Gora backend.
 -->
 <!--
-       <dependency org="org.apache.gora" name="gora-hbase" rev="0.1" conf="*->compile">
+       <dependency org="org.apache.gora" name="gora-hbase" rev="0.1.1-incubating" conf="*->default">
        </dependency>
        <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.2" conf="*->default">
        </dependency>
@@ -119,6 +119,7 @@
              	<exclude module="jmxtools" />
              	<exclude module="jms" />
              	<exclude module="jmxri" />
+             	<exclude module="thrift" />
 	</dependencies>
 
 </ivy-module>
