Ayush Saxena created HIVE-29758:
-----------------------------------
Summary: Fix maven warning for duplicate Iceberg dependency
Key: HIVE-29758
URL: https://issues.apache.org/jira/browse/HIVE-29758
Project: Hive
Issue Type: Bug
Reporter: Ayush Saxena
Assignee: Ayush Saxena
{noformat}
ayushsaxena@Q3NW54Y0C5 hive % mvn clean install -DskipTests -Pitests
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hive:hive-it-iceberg-qfile:jar:4.3.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.hive:hive-iceberg-handler:jar -> duplicate declaration of
version (?) @ line 288, column 17
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)