diff options
author | Olivier Lamy <olamy@apache.org> | 2014-01-06 05:32:53 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-01-06 05:32:53 +0000 |
commit | fcf4fb5a2e269c9fccfc3715ea67b4f0480862e3 (patch) | |
tree | 0ea2cc7d2ae5b7c4e85771d600488221f7c347ab /archiva-modules/archiva-web | |
parent | c912daf1cb80d3479a11a95bf7ff56538f360c43 (diff) | |
download | archiva-fcf4fb5a2e269c9fccfc3715ea67b4f0480862e3.tar.gz archiva-fcf4fb5a2e269c9fccfc3715ea67b4f0480862e3.zip |
fix xml dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 1a81d77bc..c2745ab35 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -386,14 +386,11 @@ <artifactId>tomcat-embed-logging-juli</artifactId> <scope>test</scope> </dependency> - <!-- <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>tomcat-servlet-api</artifactId> - <version>${tomcat7Version}</version> - <scope>provided</scope> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <scope>test</scope> </dependency> - --> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-metadata-consumer</artifactId> |