diff options
author | James William Dumay <jdumay@apache.org> | 2008-07-09 04:27:30 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-07-09 04:27:30 +0000 |
commit | 67e651bbc4677a8a99a21b3d721f969ab3b64a85 (patch) | |
tree | 7ee320b8c43a220b699f5611e6e00c5551f1c462 /pom.xml | |
parent | 3b308d83e7811796bef1f8fb24d5a53ea2672a68 (diff) | |
download | archiva-67e651bbc4677a8a99a21b3d721f969ab3b64a85.tar.gz archiva-67e651bbc4677a8a99a21b3d721f969ab3b64a85.zip |
MRM-870 - addRepositoryToGroup.action => AbstractMethodError on DeferredDocumentImpl.getXmlStandalone()
* excluded necko xerces minimal as its only used by the http wagon to get an upstream file list (which we dont do)
* explicitly added xercesImpl to dependencyManagement
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@675093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -229,6 +229,11 @@ </exclusions> </dependency> <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.8.1</version> + </dependency> + <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1</version> @@ -826,6 +831,12 @@ <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-lightweight</artifactId> <version>${wagon.version}</version> + <exclusions> + <exclusion> + <groupId>nekohtml</groupId> + <artifactId>xercesMinimal</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> |