HBASE-19552 ADDENDUM fix shaded lib check

This commit is contained in:
Mike Drob 2017-12-28 16:22:22 -06:00
parent 28eaf715e8
commit b3f353cd3c
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ allowed_expr="(^org/$|^org/apache/$"
# * classes in packages that start with org.apache.hadoop, which by
# convention should be in a path that looks like org/apache/hadoop
allowed_expr+="|^org/apache/hadoop/"
# * classes in packages that start with org.apache.hbase
allowed_expr+="|^org/apache/hbase/"
# * whatever in the "META-INF" directory
allowed_expr+="|^META-INF/"
# * the folding tables from jcodings