From 96d16c26ddc46ef2d3b3cf909ea37a48ca4eb94c Mon Sep 17 00:00:00 2001 From: Zhaohui Feng Date: Wed, 2 Jun 2010 21:53:50 +0000 Subject: [PATCH] Update jackson to 1.5.3 git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/branches/sca-java-2.0-M5@950787 13f79535-47bb-0310-9956-ffa450edef68 --- distribution/all/src/main/release/bin/LICENSE | 6 +++--- modules/binding-jsonp-runtime/pom.xml | 4 ++-- modules/databinding-json/pom.xml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/distribution/all/src/main/release/bin/LICENSE b/distribution/all/src/main/release/bin/LICENSE index 01ed47e7fe..7f076c2ea9 100644 --- a/distribution/all/src/main/release/bin/LICENSE +++ b/distribution/all/src/main/release/bin/LICENSE @@ -278,9 +278,9 @@ The following components come under Apache Software License 2.0 httpcore-4.0.1.jar httpcore-nio-4.0.1.jar jabsorb-1.3.1.jar - jackson-core-asl-1.5.0.jar - jackson-mapper-asl-1.5.0.jar - jackson-xc-1.5.0.jar + jackson-core-asl-1.5.3.jar + jackson-mapper-asl-1.5.3.jar + jackson-xc-1.5.3.jar jettison-1.2.jar jetty-6.1.19.jar jetty-util-6.1.19.jar diff --git a/modules/binding-jsonp-runtime/pom.xml b/modules/binding-jsonp-runtime/pom.xml index f0892bbe02..9801ee7171 100644 --- a/modules/binding-jsonp-runtime/pom.xml +++ b/modules/binding-jsonp-runtime/pom.xml @@ -44,12 +44,12 @@ org.codehaus.jackson jackson-core-asl - 1.5.0 + 1.5.3 org.codehaus.jackson jackson-mapper-asl - 1.5.0 + 1.5.3 diff --git a/modules/databinding-json/pom.xml b/modules/databinding-json/pom.xml index 9e814791f4..90b83568e8 100644 --- a/modules/databinding-json/pom.xml +++ b/modules/databinding-json/pom.xml @@ -50,17 +50,17 @@ org.codehaus.jackson jackson-core-asl - 1.5.0 + 1.5.3 org.codehaus.jackson jackson-mapper-asl - 1.5.0 + 1.5.3 org.codehaus.jackson jackson-xc - 1.5.0 + 1.5.3