NihalJain commented on PR #5625: URL: https://github.com/apache/hbase/pull/5625#issuecomment-1891474120
```com.sun.jersey:jersey-core``` is missing as it is being excluded in 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]
