git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0@1240072 13f79535-47bb-0310-9956-ffa450edef68
@@ -16,6 +16,8 @@ Release 1.0.1 - 2012.01.30
HDFS-2814. NamenodeMXBean does not account for svn revision in the version
information. (Hitesh Shah via jitendra)
+ HADOOP-7470. Move up to Jackson 1.8.8. (Enis Soztutar via szetszwo)
+
BUG FIXES
HADOOP-7960. Port HADOOP-5203 to branch-1, build version comparison is too
@@ -286,7 +286,7 @@
</dependency>
<dependency org="org.codehaus.jackson"
name="jackson-mapper-asl"
- rev="1.0.1"
+ rev="${jackson.version}"
conf="common->default"/>
<dependency org="org.mockito"
name="mockito-all"
@@ -48,7 +48,7 @@ hsqldb.version=1.8.0.10
ivy.version=2.1.0
jasper.version=5.5.12
-jackson.version=1.0.1
+jackson.version=1.8.8
#not able to figureout the version of jsp & jsp-api version to get it resolved throught ivy
# but still declared here as we are going to have a local copy from the lib folder
jsp.version=2.1
@@ -4,7 +4,7 @@
#Please list the dependencies name with version if they are different from the ones
#listed in the global libraries.properties file (in alphabetical order)
commons-configuration.version=1.6
commons-math.version=2.1
@@ -19,7 +19,7 @@
@@ -3,7 +3,7 @@
#These are the versions of our dependencies (in alphabetical order)
log4j.version=1.2.15
slf4j-api.version=1.4.3