diff options
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 6 |
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> |