Update jackson to 1.5.3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f3e6d0698
commit
aab6c4af74
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -44,12 +44,12 @@
|
|||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue