summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-06-02 21:53:50 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-06-02 21:53:50 +0000
commitc7aa77ef5839e1f9ed7c96953e8a616a8a1412a4 (patch)
treea7a075622f5b8ed2d1dac95e56b537039a3917e2 /sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json
parent649601a0ace16c5f3c9475f2810e90ccea5694a5 (diff)
Update jackson to 1.5.3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950787 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json/pom.xml
index 9e814791f4..90b83568e8 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/databinding-json/pom.xml
@@ -50,17 +50,17 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
- <version>1.5.0</version>
+ <version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
- <version>1.5.0</version>
+ <version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
- <version>1.5.0</version>
+ <version>1.5.3</version>
</dependency>
<dependency>