From 67e651bbc4677a8a99a21b3d721f969ab3b64a85 Mon Sep 17 00:00:00 2001 From: James William Dumay Date: Wed, 9 Jul 2008 04:27:30 +0000 Subject: [PATCH] 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 --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 89ed75a02..235bdb309 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,11 @@ + + xerces + xercesImpl + 2.8.1 + javax.activation activation @@ -826,6 +831,12 @@ org.apache.maven.wagon wagon-http-lightweight ${wagon.version} + + + nekohtml + xercesMinimal + + org.apache.maven.wagon -- 2.39.5