saintstack commented on a change in pull request #90:
URL:
https://github.com/apache/hbase-operator-tools/pull/90#discussion_r661824460
##########
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:
@busbey just the usual... lets minimize dependencies if we can. Was
wondering if the dependency was just because of some silly, minor usage that we
could as well do w/o.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]