You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/05/20 18:24:50 UTC

[06/21] accumulo git commit: Revert "ACCUMULO-3800 Add exclusion for DEPENDENCIES"

Revert "ACCUMULO-3800 Add exclusion for DEPENDENCIES"

This reverts commit 8e99ed222db49e0f9a4f03ae90d1cbcf44bb1a87.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dc1d0def
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dc1d0def
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/dc1d0def

Branch: refs/heads/master
Commit: dc1d0defb79b5fde68631f1063be021fb3420f74
Parents: c16fd9d
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 11:42:12 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue May 12 12:44:01 2015 -0400

----------------------------------------------------------------------
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/dc1d0def/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f4c734b..5bf65e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -955,15 +955,6 @@
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude>DEPENDENCIES</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>