You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/07/11 22:40:23 UTC

svn commit: r1360386 - /hbase/trunk/pom.xml

Author: tedyu
Date: Wed Jul 11 20:40:23 2012
New Revision: 1360386

URL: http://svn.apache.org/viewvc?rev=1360386&view=rev
Log:
HBASE-6368 Upgrade Guava for critical performance bug fix


Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1360386&r1=1360385&r2=1360386&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Jul 11 20:40:23 2012
@@ -797,7 +797,7 @@
     <commons-math.version>2.1</commons-math.version>
     <commons-configuration.version>1.6</commons-configuration.version>
     <metrics-core.version>2.1.2</metrics-core.version>
-    <guava.version>11.0.2</guava.version>
+    <guava.version>12.0.1</guava.version>
     <jackson.version>1.8.8</jackson.version>
     <jasper.version>5.5.23</jasper.version>
     <jaxb-api.version>2.1</jaxb-api.version>