aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-02-13 23:53:01 +0000
committerOlivier Lamy <olamy@apache.org>2013-02-13 23:53:01 +0000
commitf5f2a56e534ba03c5d6d4d42c7e866f176d1fcda (patch)
tree8a3f787d9826ef36c63d6c7b6ac757529bb09ce6 /archiva-modules
parent3a6ca7f44691d67db45ba4127a53932c3da82d3c (diff)
downloadarchiva-f5f2a56e534ba03c5d6d4d42c7e866f176d1fcda.tar.gz
archiva-f5f2a56e534ba03c5d6d4d42c7e866f176d1fcda.zip
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
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index 4c2dfdfef..864a1b1ae 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -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>