[UIMA-1923] Add RAT exclude for generated file at top level DEPENDENCIES - was done incorrectly.

git-svn-id: https://svn.apache.org/repos/asf/uima/build/trunk/uima-build-resources@1031712 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 27f5d66..dba4a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,28 +254,14 @@
                 <exclude>issuesFixed/**</exclude>

                 <exclude>src/main/resources/docbook-shared/titlepage/*.xsl</exclude>

                 <exclude>marker-file-identifying-*</exclude>

+                <exclude>release.properties</exclude> <!-- release generated artifact -->

+                <exclude>DEPENDENCIES</exclude> <!-- generated artifact -->

               </excludes>

             </configuration>

           </execution>

         </executions>

       </plugin>

-    

-      <plugin>  

-        <groupId>org.apache.rat</groupId>

-        <artifactId>apache-rat-plugin</artifactId>

-        <executions>

-          <execution>

-            <id>default-cli</id>

-            <configuration>

-              <excludes>

-                <exclude>release.properties</exclude> <!-- release generated artifact -->

-                <exclude>DEPENDENCIES</exclude> <!-- generated artifact -->

-              </excludes>              

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>       

-      

+          

     </plugins>     

     

   </build>