You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/06/30 20:31:03 UTC

[GitHub] [hbase-operator-tools] saintstack commented on a change in pull request #90: HBASE-26054 Fix hbase-operator-tools build with HBase 2.4.4

saintstack commented on a change in pull request #90:
URL: https://github.com/apache/hbase-operator-tools/pull/90#discussion_r661788980



##########
File path: hbase-hbck2/pom.xml
##########
@@ -235,6 +235,12 @@
       <version>2.1.0</version>
       <scope>test</scope>
     </dependency>
+      <dependency>
+          <groupId>com.github.stephenc.findbugs</groupId>
+          <artifactId>findbugs-annotations</artifactId>
+          <version>${findbugs-annotations.version}</version>

Review comment:
       Do we need this thing? Can we purge the annotation referenced?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org