HBASE-13930 Exclude Findbugs packages from shaded jars

This commit is contained in:
Gábor Lipták 2015-06-22 20:34:09 -04:00 committed by Nick Dimiduk
parent 3efde85614
commit 7dbb2e6977
1 changed files with 3 additions and 1 deletions

View File

@ -80,6 +80,8 @@
</includes>
<excludes>
<exclude>org.slf4j:*</exclude>
<exclude>com.google.code.findbugs:*</exclude>
<exclude>com.github.stephenc.findbugs:*</exclude>
<exclude>org.apache.htrace:*</exclude>
<exclude>log4j:*</exclude>
<exclude>commons-logging:*</exclude>
@ -118,4 +120,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>