HBASE-3253 Thrift's missing from all the repositories in pom.xml

Re-adding ZK 3.3.2 from HBASE-3230


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2010-11-20 00:07:12 +00:00
parent 3f8eb6e0ed
commit 5f8c1dd1fa
2 changed files with 13 additions and 1 deletions

View File

@ -691,6 +691,7 @@ Release 0.90.0 - Unreleased
HBASE-3237 Split request accepted -- BUT CURRENTLY A NOOP
HBASE-3252 TestZooKeeperNodeTracker sometimes fails due to a race condition
in test notification (Gary Helmling via Andrew Purtell)
HBASE-3253 Thrift's missing from all the repositories in pom.xml
IMPROVEMENTS

13
pom.xml
View File

@ -156,6 +156,17 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>temp-thrift</id>
<name>Thrift 0.2.0</name>
<url>http://people.apache.org/~rawson/repo/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>apache-rsync</id>
<name>Apache ibiblio rsync repository</name>
@ -483,7 +494,7 @@
<slf4j.version>1.5.8</slf4j.version><!-- newer version available -->
<stax-api.version>1.0.1</stax-api.version>
<thrift.version>0.2.0</thrift.version><!-- newer version available -->
<zookeeper.version>3.3.1</zookeeper.version>
<zookeeper.version>3.3.2</zookeeper.version>
</properties>
<!-- Sorted by groups of dependencies then groupId and artifactId -->