HBASE-23077 Addendum remove findbugs annotations dependency from shaded client
This commit is contained in:
parent
4b64558ebc
commit
f4c576582b
|
@ -72,12 +72,6 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.stephenc.findbugs</groupId>
|
|
||||||
<artifactId>findbugs-annotations</artifactId>
|
|
||||||
<scope>compile</scope>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-auth</artifactId>
|
<artifactId>hadoop-auth</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue