]> source.dussan.org Git - archiva.git/commitdiff
MRM-855 - java.lang.NoClassDefFoundError: org/apache/xml/serialize/OutputFormat
authorJames William Dumay <jdumay@apache.org>
Wed, 2 Jul 2008 04:16:17 +0000 (04:16 +0000)
committerJames William Dumay <jdumay@apache.org>
Wed, 2 Jul 2008 04:16:17 +0000 (04:16 +0000)
* exclude commons-logging from jackrabbit transtive dependency tree

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673271 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index b0eed37080530aebf902e8903a959382d7ef7653..da7649fadf223f4799d6ae85d4a26a5fb3ea9545 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>org.apache.jackrabbit</groupId>
         <artifactId>jackrabbit-webdav</artifactId>
         <version>1.4</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>javax.activation</groupId>