Author: hboutemy
Date: Wed Feb 18 23:32:18 2015
New Revision: 1660764

URL: http://svn.apache.org/r1660764
Log:
[RAT-158] remove Xerces in m-site-p too to avoid RAT-158 in reporting

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1660764&r1=1660763&r2=1660764&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Wed Feb 18 23:32:18 2015
@@ -246,6 +246,17 @@ under the License.
               <artifactId>plexus-archiver</artifactId>
               <version>2.4.4</version>
             </dependency>
+            <dependency><!-- TODO remove when m-site-p uses Doxia 1.6.1, see 
DOXIA-526 -->
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-core</artifactId>
+              <version>1.6</version>
+              <exclusions>
+                <exclusion>
+                  <groupId>xerces</groupId>
+                  <artifactId>xercesImpl</artifactId>
+                </exclusion>
+              </exclusions>
+            </dependency>
           </dependencies>
         </plugin>
         <plugin>


Reply via email to