Author: hboutemy
Date: Fri Aug 1 14:34:46 2008
New Revision: 681845
URL: http://svn.apache.org/viewvc?rev=681845&view=rev
Log:
fixed exclusions in shade plugin to avoid duplicate stax api entries
Modified:
maven/ant-tasks/trunk/pom.xml
Modified: maven/ant-tasks/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=681845&r1=681844&r2=681845&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Fri Aug 1 14:34:46 2008
@@ -109,8 +109,9 @@
<artifactSet>
<excludes>
<exclude>junit:junit</exclude>
- <exclude>jtidy:jtidy</exclude>
- <exclude>xml-apis:xml-apis</exclude>
+ <exclude>nekohtml:nekohtml</exclude>
+ <exclude>nekohtml:xercesMinimal</exclude>
+ <exclude>stax:stax-api</exclude>
<exclude>ant:ant</exclude>
</excludes>
</artifactSet>