You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/05/17 22:31:00 UTC

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

Author: stack
Date: Thu May 17 20:30:59 2012
New Revision: 1339848

URL: http://svn.apache.org/viewvc?rev=1339848&view=rev
Log:
HBASE-6034 Upgrade Hadoop dependencies

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1339848&r1=1339847&r2=1339848&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Thu May 17 20:30:59 2012
@@ -1012,7 +1012,7 @@
     <commons-math.version>2.1</commons-math.version>
     <commons-configuration.version>1.6</commons-configuration.version>
     <guava.version>11.0.2</guava.version>
-    <jackson.version>1.5.5</jackson.version>
+    <jackson.version>1.8.8</jackson.version>
     <jasper.version>5.5.23</jasper.version>
     <jaxb-api.version>2.1</jaxb-api.version>
     <jetty.version>6.1.26</jetty.version>
@@ -1556,7 +1556,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>1.0.2</hadoop.version>
+        <hadoop.version>1.0.3</hadoop.version>
         <slf4j.version>1.4.3</slf4j.version>
       </properties>
       <dependencies>