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:32:16 UTC

svn commit: r1339851 - /hbase/branches/0.92/pom.xml

Author: stack
Date: Thu May 17 20:32:16 2012
New Revision: 1339851

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

Modified:
    hbase/branches/0.92/pom.xml

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1339851&r1=1339850&r2=1339851&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Thu May 17 20:32:16 2012
@@ -829,7 +829,7 @@
     <commons-math.version>2.1</commons-math.version>
     <commons-configuration.version>1.6</commons-configuration.version>
     <guava.version>r09</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>
@@ -1354,7 +1354,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>1.0.0</hadoop.version>
+        <hadoop.version>1.0.3</hadoop.version>
         <slf4j.version>1.4.3</slf4j.version>
       </properties>
       <dependencies>
@@ -1467,7 +1467,7 @@
     <profile>
       <id>security</id>
       <properties>
-        <hadoop.version>1.0.0</hadoop.version>
+        <hadoop.version>1.0.3</hadoop.version>
         <slf4j.version>1.4.3</slf4j.version>
       </properties>
       <build>