Stamatis Zampetakis created HIVE-26440:
------------------------------------------
Summary: Duplicate hive-standalone-metastore-server dependency in
QFile module
Key: HIVE-26440
URL: https://issues.apache.org/jira/browse/HIVE-26440
Project: Hive
Issue Type: Bug
Components: Build Infrastructure
Reporter: Stamatis Zampetakis
Assignee: Stamatis Zampetakis
The hive-standalone-metastore-server dependency is defined two times in the
QFile module
([pom.xml|https://github.com/apache/hive/blob/9909edee8dad841e15fc36df81a2316bcb381bc3/itests/qtest/pom.xml#L67])
leading to the following warning.
{noformat}
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hive:hive-it-qfile:jar:4.0.0-alpha-2-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.hive:hive-standalone-metastore-server:jar:tests ->
duplicate declaration of version (?) @ line 67, 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]
[INFO] -------------------< org.apache.hive:hive-it-qfile >--------------------
[INFO] Building Hive Integration - QFile Tests 4.0.0-alpha-2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)