HBASE-2654. Add additional maven repository temporarily to fetch Guava

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@950694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2010-06-02 17:58:30 +00:00
parent 12bf847f7f
commit 051fc27324
2 changed files with 14 additions and 0 deletions

View File

@ -367,6 +367,7 @@ Release 0.21.0 - Unreleased
HBASE-2371 Fix 'list' command in shell (Alexey Kovyrin via Todd Lipcon)
HBASE-2620 REST tests don't use ephemeral ports
HBASE-2635 ImmutableBytesWritable ignores offset in several cases
HBASE-2654 Add additional maven repository temporarily to fetch Guava
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable

13
pom.xml
View File

@ -188,6 +188,19 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<!-- Guava on standard maven repos has a bad checksum, hosting
here temporarily -->
<id>temp-todd-for-guava</id>
<name>Todd Lipcon's repository on apache.org</name>
<url>http://people.apache.org/~todd/repo/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>ibiblio.org</id>
<name>ibiblio mirror</name>