You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/01/23 21:51:41 UTC

svn commit: r902491 - in /hadoop/hbase/trunk: ivy.xml ivy/libraries.properties

Author: stack
Date: Sat Jan 23 20:51:40 2010
New Revision: 902491

URL: http://svn.apache.org/viewvc?rev=902491&view=rev
Log:
HBASE-2163 ZK dependencies - explicitly add them until ZK artifacts are published to mvn repository

Modified:
    hadoop/hbase/trunk/ivy.xml
    hadoop/hbase/trunk/ivy/libraries.properties

Modified: hadoop/hbase/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/ivy.xml?rev=902491&r1=902490&r2=902491&view=diff
==============================================================================
--- hadoop/hbase/trunk/ivy.xml (original)
+++ hadoop/hbase/trunk/ivy.xml Sat Jan 23 20:51:40 2010
@@ -108,6 +108,11 @@
                conf="common->default" />
    <!-- End Thrift dependency -->
 
+   <!-- ZK dependencies manually hardcoded until ZOOKEEPER-224 in place -->
+    <dependency org="jline" name="jline" rev="${jline.version}" transitive="false"
+              conf="common->default" />
+   <!-- End ZK dependency -->
+
    <!--
    TODO: Enter URL in ivysettings.xml that stores the artifacts of Zookeeper / thrift.     
 

Modified: hadoop/hbase/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/ivy/libraries.properties?rev=902491&r1=902490&r2=902491&view=diff
==============================================================================
--- hadoop/hbase/trunk/ivy/libraries.properties (original)
+++ hadoop/hbase/trunk/ivy/libraries.properties Sat Jan 23 20:51:40 2010
@@ -46,4 +46,5 @@
 slf4j.version=1.5.8
 commons-lang.version=2.4
 
+jline.version=0.9.94