You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/04/23 08:12:11 UTC

[20/50] [abbrv] 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/90fe98ae
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/90fe98ae
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/90fe98ae

Branch: refs/heads/HBASE-19064
Commit: 90fe98ae99dd13f2194bc6eea37606070d13f268
Parents: 8219ec7
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:06:58 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/90fe98ae/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 -->