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

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Balazs Meszaros 2018-04-19 11:08:56 +02:00 committed by Sean Busbey
parent 8219ec7493
commit 90fe98ae99
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->