Author: sergeyb
Date: Fri Nov 11 16:53:51 2011
New Revision: 1200946
URL: http://svn.apache.org/viewvc?rev=1200946&view=rev
Log:
Updating Jackson version to 1.9 in systests
Modified:
cxf/trunk/systests/jaxrs/pom.xml
Modified: cxf/trunk/systests/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1200946&r1=1200945&r2=1200946&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Fri Nov 11 16:53:51 2011
@@ -307,12 +307,12 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
- <version>1.2.0</version>
+ <version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
- <version>1.2.0</version>
+ <version>1.9.0</version>
</dependency>
</dependencies>