zabetak commented on code in PR #6349:
URL: https://github.com/apache/hive/pull/6349#discussion_r2911403099
##########
iceberg/iceberg-shading/pom.xml:
##########
@@ -43,6 +43,12 @@
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-data</artifactId>
<optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </exclusion>
+ </exclusions>
Review Comment:
We shouldn't rely on exclusions to get the correct version. The right path
forward is to declare the dependency in the `dependencyManagement` section in
top level `pom.xml` files
--
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]