HBASE-1360 move up to Thrift 0.2.0

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-01-20 23:13:40 +00:00
parent 4b48662b60
commit 6204f20d8b
2 changed files with 12 additions and 0 deletions

10
ivy.xml
View File

@ -98,6 +98,16 @@
</dependency>
<dependency org="org.jruby" name="jruby-complete"
rev="${jruby.version}" conf="common->default" />
<!-- Thrift dependencies manually hardcoded until THRIFT-363 is in place -->
<dependency org="org.slf4j" name="slf4j-api" rev="${slf4j.version}"
conf="common->default" />
<dependency org="org.slf4j" name="slf4j-simple" rev="${slf4j.version}"
conf="common->default" />
<dependency org="commons-lang" name="commons-lang" rev="${commons-lang.version}"
conf="common->default" />
<!-- End Thrift dependency -->
<!--
TODO: Enter URL in ivysettings.xml that stores the artifacts of Zookeeper / thrift.

View File

@ -43,5 +43,7 @@ protobuf.version=2.1.0
jruby.version=1.3.1
slf4j.version=1.5.8
commons-lang.version=2.4