You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/04 18:54:45 UTC

svn commit: r674091 - /maven/components/branches/maven-2.0.x/apache-maven/pom.xml

Author: jdcasey
Date: Fri Jul  4 09:54:45 2008
New Revision: 674091

URL: http://svn.apache.org/viewvc?rev=674091&view=rev
Log:
[MNG-3503] Adding configuration to shade MX classes from xpp3 section of plexus-utils, leaving only the serializer, parser, and exception classes from xml.pull.*.

Modified:
    maven/components/branches/maven-2.0.x/apache-maven/pom.xml

Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/pom.xml?rev=674091&r1=674090&r2=674091&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/apache-maven/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/apache-maven/pom.xml Fri Jul  4 09:54:45 2008
@@ -109,7 +109,13 @@
                       org.codehaus.plexus.util.xml.Xpp3Dom
                     </exclude>
                     <exclude>
-                      org.codehaus.plexus.util.xml.pull.*
+                      org.codehaus.plexus.util.xml.pull.XmlPullParser
+                    </exclude>
+                    <exclude>
+                      org.codehaus.plexus.util.xml.pull.XmlPullParserException
+                    </exclude>
+                    <exclude>
+                      org.codehaus.plexus.util.xml.pull.XmlSerializer
                     </exclude>
                   </excludes>
                 </relocation>