aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames William Dumay <jdumay@apache.org>2008-07-02 04:16:17 +0000
committerJames William Dumay <jdumay@apache.org>2008-07-02 04:16:17 +0000
commitfa6cdded81f03615343979ed2a0c84d40b151000 (patch)
treea5c3f5b94ab1be8a53dbbfa3d10b656d367ccd0a
parenta0170714e3e421c73990dcc80121a3abb12d561b (diff)
downloadarchiva-fa6cdded81f03615343979ed2a0c84d40b151000.tar.gz
archiva-fa6cdded81f03615343979ed2a0c84d40b151000.zip
MRM-855 - java.lang.NoClassDefFoundError: org/apache/xml/serialize/OutputFormat
* 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
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b0eed3708..da7649fad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>