[MPOM-129] Upgrade apache-rat-plugin to 0.12
 o Removed supplemental excludes for DEPENDENCIES (RAT-184)
 o Remvoed supplemental dependencies to doxia-core (RAT-158, DOXIA-526)


git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1750928 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 944c0d8..3cf4db1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,30 +265,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
-          <configuration>
-            <!--
-              The following configuration is needed, otherwise a release source package can't be
-              built without changing its content: https://issues.apache.org/jira/browse/RAT-184
-              TODO: remove when upgrading to 0.12
-            -->
-            <excludes>
-              <exclude>DEPENDENCIES</exclude>
-            </excludes>
-          </configuration>
-          <dependencies><!-- TODO: remove when upgrading to 0.12, see https://issues.apache.org/jira/browse/RAT-158 -->
-            <dependency>
-              <groupId>org.apache.maven.doxia</groupId>
-              <artifactId>doxia-core</artifactId>
-              <version>1.2</version>
-              <exclusions>
-                <exclusion><!-- see https://issues.apache.org/jira/browse/DOXIA-526 -->
-                  <groupId>xerces</groupId>
-                  <artifactId>xercesImpl</artifactId>
-                </exclusion>
-              </exclusions>
-            </dependency>
-          </dependencies>
+          <version>0.12</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>