HBASE-2724. Update to new release of Guava library
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@954707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43b0753558
commit
16dfe22a6d
|
@ -696,6 +696,7 @@ Release 0.21.0 - Unreleased
|
||||||
HBASE-2353 Batch puts should sync HLog as few times as possible
|
HBASE-2353 Batch puts should sync HLog as few times as possible
|
||||||
HBASE-2726 Region Server should never abort without an informative log
|
HBASE-2726 Region Server should never abort without an informative log
|
||||||
message
|
message
|
||||||
|
HBASE-2724 Update to new release of Guava library
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
HBASE-1961 HBase EC2 scripts
|
HBASE-1961 HBase EC2 scripts
|
||||||
|
|
17
pom.xml
17
pom.xml
|
@ -194,19 +194,6 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</repository>
|
</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>
|
<repository>
|
||||||
<id>ibiblio.org</id>
|
<id>ibiblio.org</id>
|
||||||
<name>ibiblio mirror</name>
|
<name>ibiblio mirror</name>
|
||||||
|
@ -479,7 +466,7 @@
|
||||||
<slf4j.version>1.5.8</slf4j.version>
|
<slf4j.version>1.5.8</slf4j.version>
|
||||||
<stax-api>1.0.1</stax-api>
|
<stax-api>1.0.1</stax-api>
|
||||||
<thrift.version>0.2.0</thrift.version>
|
<thrift.version>0.2.0</thrift.version>
|
||||||
<guava.version>r03</guava.version>
|
<guava.version>r05</guava.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -633,7 +620,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
<version>r03</version>
|
<version>${guava.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue