You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/03/12 09:56:53 UTC

[hbase] branch branch-2 updated: 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 is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new d90ff09  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
d90ff09 is described below

commit d90ff09fe0156bf50109dc3594c6210838a44c19
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Mar 12 17:54:08 2020 +0800

    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
---
 hbase-rsgroup/pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml
index fb28804..3a4fd18 100644
--- a/hbase-rsgroup/pom.xml
+++ b/hbase-rsgroup/pom.xml
@@ -114,6 +114,12 @@
     </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>
     </dependency>
@@ -175,11 +181,6 @@
       </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>
           <exclusions>