You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jd...@apache.org on 2008/07/02 06:16:20 UTC

svn commit: r673271 - /archiva/trunk/pom.xml

Author: jdumay
Date: Tue Jul  1 21:16:17 2008
New Revision: 673271

URL: http://svn.apache.org/viewvc?rev=673271&view=rev
Log:
MRM-855 - java.lang.NoClassDefFoundError: org/apache/xml/serialize/OutputFormat

* exclude commons-logging from jackrabbit transtive dependency tree


Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=673271&r1=673270&r2=673271&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Tue Jul  1 21:16:17 2008
@@ -222,6 +222,12 @@
         <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>