summaryrefslogtreecommitdiffstats
path: root/archiva-jetty
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-jetty
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-jetty')
-rw-r--r--archiva-jetty/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index a655722d2..68f2d91e8 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -136,12 +136,6 @@
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.1</version>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
<build>