Author: olamy
Date: Thu Oct 31 23:00:19 2013
New Revision: 1537751
URL: http://svn.apache.org/r1537751
Log:
use last jackson version
Modified:
archiva/parent/pom.xml
Modified: archiva/parent/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1537751&r1=1537750&r2=1537751&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Thu Oct 31 23:00:19 2013
@@ -84,7 +84,7 @@
<plexusUtilsPluginsVersion>3.0.8</plexusUtilsPluginsVersion>
- <jacksonVersion>1.9.11</jacksonVersion>
+ <jacksonVersion>2.2.3</jacksonVersion>
<enunciate.docsDir />
<enunciate.version>1.26.2</enunciate.version>
<enunciate.debug>false</enunciate.debug>
@@ -918,10 +918,11 @@
<version>${enunciate.version}</version>
</dependency>
+ <!-- upgrade version here -->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
- <version>${jacksonVersion}</version>
+ <version>1.9.11</version>
<scope>provided</scope>
</dependency>
</dependencies>