]> source.dussan.org Git - archiva.git/commitdiff
MRM-870 - addRepositoryToGroup.action => AbstractMethodError on DeferredDocumentImpl...
authorJames William Dumay <jdumay@apache.org>
Wed, 9 Jul 2008 04:27:30 +0000 (04:27 +0000)
committerJames William Dumay <jdumay@apache.org>
Wed, 9 Jul 2008 04:27:30 +0000 (04:27 +0000)
* 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

diff --git a/pom.xml b/pom.xml
index 89ed75a02deb08c9e52cadce7974c1388b7a171c..235bdb309686bd4bdf87e89fb27167281426f1ed 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>xerces</groupId>
+       <artifactId>xercesImpl</artifactId>
+       <version>2.8.1</version>
+      </dependency>
       <dependency>
         <groupId>javax.activation</groupId>
         <artifactId>activation</artifactId>
         <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>