mirror of
https://github.com/apache/archiva.git
synced 2025-03-08 17:59:48 +00:00
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:
parent
3a6ca7f446
commit
f5f2a56e53
@ -244,6 +244,11 @@
|
|||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-utils</artifactId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.codehaus.woodstox</groupId>
|
<groupId>org.codehaus.woodstox</groupId>
|
||||||
<artifactId>woodstox-core-asl</artifactId>
|
<artifactId>woodstox-core-asl</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user