HBASE-23077 Addendum remove findbugs annotations dependency from shaded client

This commit is contained in:
Duo Zhang 2020-03-12 11:26:20 +08:00
parent 4b64558ebc
commit f4c576582b
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>