HBASE-2163 ZK dependencies - explicitly add them until ZK artifacts are published to mvn repository

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-01-23 20:51:40 +00:00
parent 7c64474f3b
commit ccc04e349d
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -46,4 +46,5 @@ jruby.version=1.3.1
slf4j.version=1.5.8
commons-lang.version=2.4
jline.version=0.9.94