HBASE-18853 hbase-protocol-shaded includes protobuf (since we moved to hbase-thirdparty)

This commit is contained in:
Michael Stack 2017-09-19 20:39:36 -07:00
parent ea610cfcf7
commit 76199a338d
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
<excludes>
<!--Exclude protobuf itself. We get a patched version from hbase-thirdparty.
-->
<exclude>org.apache.hadoop.hbase.shaded.com.google:*</exclude>
<exclude>org.apache.hbase.thirdparty:*</exclude>
<exclude>com.google.protobuf:protobuf-java</exclude>
<exclude>com.google.code.findbugs:*</exclude>
<exclude>com.google.errorprone:error_prone_annotations</exclude>