NihalJain commented on code in PR #7803:
URL: https://github.com/apache/hbase/pull/7803#discussion_r2876482329
##########
hbase-client/pom.xml:
##########
@@ -81,6 +81,12 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
+ <dependency>
Review Comment:
> Issue : HBase build fails with latest Hadoop versions due to missing
net.jcip.annotations package.
Earlier hadoop was dependent on com.nimbusds:nimbus-jose-jwt:jar:9.37.2
(which brought in com.github.stephenc.jcip:jcip-annotations:jar:1.0-1).
>
> With latest hadoop: it has moved to
com.nimbusds:nimbus-jose-jwt:jar:10.0.2 (which does not bring in the
dependency), refer commit
https://github.com/apache/hadoop/commit/3baa288982333fbbc3839cf55baaf36f49e0f7b6#diff-635a9ebcc70f58d8ca1c55b0d78cc90064a5081d189162a432271778da3cf018.
--
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]