You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/04/20 18:06:48 UTC

[2/3] hbase git commit: HBASE-20443 Use checkstyle to ban imports from commons-collections 3

HBASE-20443 Use checkstyle to ban imports from commons-collections 3

Signed-off-by: Sean Busbey <bu...@apache.org>


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

Branch: refs/heads/branch-2
Commit: 767cf4e6055a820da5bbdb8d7d4e876f9ab28765
Parents: 8c7293c
Author: Balazs Meszaros <ba...@cloudera.com>
Authored: Thu Apr 19 11:08:56 2018 +0200
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Apr 20 12:34:39 2018 -0500

----------------------------------------------------------------------
 hbase-checkstyle/src/main/resources/hbase/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/767cf4e6/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
index d0a15ad..b5c7c97 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
@@ -77,7 +77,7 @@
       <property name="processJavadoc" value="true"/>
     </module>
     <module name="IllegalImport">
-      <property name="illegalPkgs" value="com.google.common, io.netty, org.apache.curator.shaded, org.apache.htrace.shaded, org.apache.commons.cli, org.apache.commons.collections4"/>
+      <property name="illegalPkgs" value="com.google.common, io.netty, org.apache.curator.shaded, org.apache.htrace.shaded, org.apache.commons.cli, org.apache.commons.collections, org.apache.commons.collections4"/>
     </module>
     <!-- Javadoc Checks
     http://checkstyle.sourceforge.net/config_javadoc.html -->