[
https://issues.apache.org/jira/browse/HIVE-26440?focusedWorklogId=797191&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-797191
]
ASF GitHub Bot logged work on HIVE-26440:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Aug/22 10:55
Start Date: 02/Aug/22 10:55
Worklog Time Spent: 10m
Work Description: zabetak closed pull request #3490: HIVE-26440:
Duplicate hive-standalone-metastore-server dependency in QFile module
URL: https://github.com/apache/hive/pull/3490
Issue Time Tracking
-------------------
Worklog Id: (was: 797191)
Time Spent: 20m (was: 10m)
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)