add comment on why woodstox (stax impl) is included in the war

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1445992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-02-13 23:53:01 +00:00
parent 3a6ca7f446
commit f5f2a56e53

View File

@ -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>