diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-13 23:53:01 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-13 23:53:01 +0000 |
commit | f5f2a56e534ba03c5d6d4d42c7e866f176d1fcda (patch) | |
tree | 8a3f787d9826ef36c63d6c7b6ac757529bb09ce6 /archiva-modules | |
parent | 3a6ca7f44691d67db45ba4127a53932c3da82d3c (diff) | |
download | archiva-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.xml | 5 |
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> |