diff options
author | Olivier Lamy <olamy@apache.org> | 2014-03-18 12:42:21 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-03-18 12:42:21 +0000 |
commit | 3b607ba0208ec4a3762a43783e82fa9963f0a835 (patch) | |
tree | ac5ebbd2d3a8a0e1e60a5905396495dc7190398d | |
parent | b32dd52142cf0d984efde58ccec089aad61d0abc (diff) | |
download | archiva-3b607ba0208ec4a3762a43783e82fa9963f0a835.tar.gz archiva-3b607ba0208ec4a3762a43783e82fa9963f0a835.zip |
fix unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1578848 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/plugins/metadata-store-cassandra/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml index a4af4cc06..c5747e53b 100644 --- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml +++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml @@ -200,6 +200,12 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <build> <testResources> |