You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/02/13 11:44:58 UTC

svn commit: r1445546 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: olamy
Date: Wed Feb 13 10:44:58 2013
New Revision: 1445546

URL: http://svn.apache.org/r1445546
Log:
add back a stax parser impl as there is issue with generated stax reader by modello for ibm jdk.

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1445546&r1=1445545&r2=1445546&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Wed Feb 13 10:44:58 2013
@@ -245,6 +245,11 @@
       <artifactId>plexus-utils</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+      <version>4.1.4</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
     </dependency>