summaryrefslogtreecommitdiffstats
path: root/archiva-cli/pom.xml
diff options
context:
space:
mode:
authorJames William Dumay <jdumay@apache.org>2008-07-02 04:11:34 +0000
committerJames William Dumay <jdumay@apache.org>2008-07-02 04:11:34 +0000
commita0170714e3e421c73990dcc80121a3abb12d561b (patch)
tree47aeb6a5e33de5b179898d0b8b2dc4e815570c77 /archiva-cli/pom.xml
parent1fb861e0db780eab0755bafe4c5df8cfb614115f (diff)
downloadarchiva-a0170714e3e421c73990dcc80121a3abb12d561b.tar.gz
archiva-a0170714e3e421c73990dcc80121a3abb12d561b.zip
MRM-855 - java.lang.NoClassDefFoundError: org/apache/xml/serialize/OutputFormat
* removed excludes for xerces:* * updated enforcer rules * excluded xerces from shade in archiva-cli git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r--archiva-cli/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index 03512a1a5..6344a198b 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -84,6 +84,7 @@
</transformers>
<artifactSet>
<excludes>
+ <exclude>xerces:xercesImpl</exclude>
<exclude>xml-apis:xml-apis</exclude>
<exclude>xalan:xalan</exclude>
<exclude>commons-beanutils:commons-beanutils</exclude>