You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/10 23:23:24 UTC

svn commit: r1719225 - /commons/proper/weaver/trunk/ant/lib/pom.xml

Author: mbenson
Date: Thu Dec 10 22:23:23 2015
New Revision: 1719225

URL: http://svn.apache.org/viewvc?rev=1719225&view=rev
Log:
exclude ant artifacts from antlib shading; argh

Modified:
    commons/proper/weaver/trunk/ant/lib/pom.xml

Modified: commons/proper/weaver/trunk/ant/lib/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib/pom.xml?rev=1719225&r1=1719224&r2=1719225&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/lib/pom.xml Thu Dec 10 22:23:23 2015
@@ -105,6 +105,13 @@ under the License.
             <configuration>
               <minimizeJar>true</minimizeJar>
               <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+
+              <artifactSet>
+                <excludes>
+                  <exclude>org.apache.ant:*</exclude>
+                </excludes>
+              </artifactSet>
+
               <relocations>
                 <relocation>
                   <pattern>org.apache.commons.lang3.</pattern>