You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2013/05/31 15:02:18 UTC

svn commit: r1488196 - /cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml

Author: ay
Date: Fri May 31 13:02:18 2013
New Revision: 1488196

URL: http://svn.apache.org/r1488196
Log:
downgrade to jacson-jaxrs-json-provider 2.1.5 for 2.6.x build

Modified:
    cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml

Modified: cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml?rev=1488196&r1=1488195&r2=1488196&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml Fri May 31 13:02:18 2013
@@ -325,7 +325,7 @@
         <dependency>
           <groupId>com.fasterxml.jackson.jaxrs</groupId>
           <artifactId>jackson-jaxrs-json-provider</artifactId>
-          <version>2.2.1</version>
+          <version>2.1.5</version>
         </dependency>
         <dependency>
          <groupId>org.apache.httpcomponents</groupId>