saihemanth-cloudera commented on code in PR #5855:
URL: https://github.com/apache/hive/pull/5855#discussion_r2277559641


##########
pom.xml:
##########
@@ -955,6 +955,10 @@
         <artifactId>hadoop-auth</artifactId>
         <version>${hadoop.version}</version>
         <exclusions>
+          <exclusion>
+            <groupId>com.nimbusds</groupId>
+            <artifactId>nimbus-jose-jwt</artifactId>
+          </exclusion>

Review Comment:
   Please add the same exclusion here as well: 
https://github.com/apache/hive/blob/master/standalone-metastore/metastore-common/pom.xml#L77
 to avoid 9.37.3 completely from the dependency tree



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to