]> source.dussan.org Git - archiva.git/commitdiff
use last jackson version
authorOlivier Lamy <olamy@apache.org>
Thu, 31 Oct 2013 23:00:19 +0000 (23:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 31 Oct 2013 23:00:19 +0000 (23:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1537751 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 4a0e2d0eb0f4d23994c5346f210284a960903f24..d5f1997558aedf951d504b28cfeba3bd649274b7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
           <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>