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/14 00:53:01 UTC

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

Author: olamy
Date: Wed Feb 13 23:53:01 2013
New Revision: 1445992

URL: http://svn.apache.org/r1445992
Log:
add comment on why woodstox (stax impl) is included in the war

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=1445992&r1=1445991&r2=1445992&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 23:53:01 2013
@@ -244,6 +244,11 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
     </dependency>
+    <!-- normally not needed as we are 1.6 required
+      but due to http://jira.codehaus.org/browse/MODELLO-266
+      and we use stax reader produced by modello
+      ibm jdk stax impl won't work with
+     -->
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>woodstox-core-asl</artifactId>