HBASE-23077 Addendum fix compile error on hbase-rsgroup module when building with hadoop 3.x

Missed this one as on master we do not have hbase-rsgroup module any more
This commit is contained in:
Duo Zhang 2020-03-12 17:54:08 +08:00
parent 09c37323e7
commit d90ff09fe0
1 changed files with 6 additions and 5 deletions

View File

@ -113,6 +113,12 @@
<scope>test</scope>
</dependency>
<!-- General dependencies -->
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@ -174,11 +180,6 @@
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>