NihalJain commented on code in PR #6184: URL: https://github.com/apache/hbase/pull/6184#discussion_r1809281916
########## hbase-it/pom.xml: ########## @@ -375,6 +375,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-minicluster</artifactId> + <scope>test</scope> Review Comment: Yes we should force dependent projects to fix their dependencies. If we keep these they will leak a lot of test jars from hadoop. ########## hbase-it/pom.xml: ########## @@ -375,6 +375,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-minicluster</artifactId> + <scope>test</scope> Review Comment: Marking as resolved! -- 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-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org