You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/04/26 21:39:32 UTC

hbase git commit: HBASE-13149 HBase MR is broken on Hadoop 2.5+ Yarn (Jerry He)

Repository: hbase
Updated Branches:
  refs/heads/master 4d6dc38a7 -> 9ae023fca


HBASE-13149 HBase MR is broken on Hadoop 2.5+ Yarn (Jerry He)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9ae023fc
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9ae023fc
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9ae023fc

Branch: refs/heads/master
Commit: 9ae023fcab15d0e628bcb21c40f4043890a1feb8
Parents: 4d6dc38
Author: Nick Dimiduk <nd...@apache.org>
Authored: Sun Apr 26 12:09:44 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Sun Apr 26 12:09:44 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9ae023fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c5f840..93e3133 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1148,7 +1148,7 @@
     <metrics-core.version>2.2.0</metrics-core.version>
     <guava.version>12.0.1</guava.version>
     <jsr305.version>1.3.9</jsr305.version>
-    <jackson.version>1.8.8</jackson.version>
+    <jackson.version>1.9.13</jackson.version>
     <jasper.version>5.5.23</jasper.version>
     <jaxb-api.version>2.2.2</jaxb-api.version>
     <jetty.version>6.1.26</jetty.version>