NihalJain commented on code in PR #6184:
URL: https://github.com/apache/hbase/pull/6184#discussion_r1738055304
##########
hbase-thrift/pom.xml:
##########
@@ -444,6 +444,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minicluster</artifactId>
+ <scope>test</scope>
Review Comment:
During work for this PR, found that a lot of test jars were coming to our
assembly as hadoop-minicluster was marked as compile scope. Thinking of doing
this as another JIRA to keep PR simpler.
--
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]