diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-18 13:27:28 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-18 13:27:28 +0000 |
commit | 7d387861770f0eb68758a34fb553d67443ee022b (patch) | |
tree | a6c37e2bdedde9c34277f996fca27c86c309f9ef /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | e51655765a6024ea07b865adce52a436c24a33d9 (diff) | |
download | archiva-7d387861770f0eb68758a34fb553d67443ee022b.tar.gz archiva-7d387861770f0eb68758a34fb553d67443ee022b.zip |
add a comment on the reason of this dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1447248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index fa9c9051d..c953acf69 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -254,6 +254,7 @@ <artifactId>woodstox-core-asl</artifactId> <version>4.1.4</version> </dependency> + <!-- to help was8 to find dom parser impl --> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> |