HADOOP-7470. Move up to Jackson 1.8.8. Contributed by Enis Soztutar

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1239386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tsz-wo Sze 2012-02-01 22:55:59 +00:00
parent 947ede4c4e
commit 42d1c9b251
3 changed files with 6 additions and 3 deletions

View File

@ -79,7 +79,8 @@ Trunk (unreleased changes)
HADOOP-7988. Upper case in hostname part of the principals doesn't work with
kerberos. (jitendra)
BUGS
BUG FIXES
HADOOP-8006 TestFSInputChecker is failing in trunk.
(Daryn Sharp via bobby)
@ -227,6 +228,8 @@ Release 0.23.1 - Unreleased
HADOOP-8009. Create hadoop-client and hadoop-minicluster artifacts for downstream
projects. (tucu)
HADOOP-7470. Move up to Jackson 1.8.8. (Enis Soztutar via szetszwo)
OPTIMIZATIONS
BUG FIXES

View File

@ -81,6 +81,6 @@ wagon-http.version=1.0-beta-2
xmlenc.version=0.52
xerces.version=1.4.4
jackson.version=1.8.2
jackson.version=1.8.8
yarn.version=0.24.0-SNAPSHOT
hadoop-mapreduce.version=0.24.0-SNAPSHOT

View File

@ -524,7 +524,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.7.1</version>
<version>1.8.8</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>