summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-01-06 06:02:06 +0000
committerOlivier Lamy <olamy@apache.org>2014-01-06 06:02:06 +0000
commite1e6140d1696056bd6128eb1e881fe633fc81626 (patch)
tree8b0ba994a5e9f61b1030e853618656cd13193c75 /archiva-modules/archiva-web
parentfcf4fb5a2e269c9fccfc3715ea67b4f0480862e3 (diff)
downloadarchiva-e1e6140d1696056bd6128eb1e881fe633fc81626.tar.gz
archiva-e1e6140d1696056bd6128eb1e881fe633fc81626.zip
fix xml dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555682 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r--archiva-modules/archiva-web/archiva-web-common/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml
index 6a86be3a7..1e3667c56 100644
--- a/archiva-modules/archiva-web/archiva-web-common/pom.xml
+++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml
@@ -401,7 +401,11 @@
<artifactId>fest-assert-core</artifactId>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>