NihalJain commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1452012000
##########
hbase-it/pom.xml:
##########
@@ -408,6 +408,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
</dependency>
+ <dependency>
Review Comment:
```com.sun.jersey:jersey-core``` is missing as it is being excluded in
hbase-it/pom.xml. Also ```hbase-testing-util ``` is already a dependency to
this project and it excludes ```com.sun.jersey:jersey-core``` which is what
this PR is trying to override by defining the ```hbase-testing-util ``` w/o
exclusion on ```com.sun.jersey:jersey-core```. See
https://github.com/apache/hbase/blob/7016c640960dd875f2daf78601dc68bfe14a1219/hbase-it/pom.xml#L96
--
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]