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:
parent
7c64474f3b
commit
ccc04e349d
5
ivy.xml
5
ivy.xml
|
@ -108,6 +108,11 @@
|
||||||
conf="common->default" />
|
conf="common->default" />
|
||||||
<!-- End Thrift dependency -->
|
<!-- 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.
|
TODO: Enter URL in ivysettings.xml that stores the artifacts of Zookeeper / thrift.
|
||||||
|
|
||||||
|
|
|
@ -46,4 +46,5 @@ jruby.version=1.3.1
|
||||||
slf4j.version=1.5.8
|
slf4j.version=1.5.8
|
||||||
commons-lang.version=2.4
|
commons-lang.version=2.4
|
||||||
|
|
||||||
|
jline.version=0.9.94
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue