[
https://issues.apache.org/jira/browse/HIVE-21777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aron Hamvas updated HIVE-21777:
-------------------------------
Attachment: (was: HIVE-21777-1.patch)
> Maven jar goal is producing warning due to missing dependency
> -------------------------------------------------------------
>
> Key: HIVE-21777
> URL: https://issues.apache.org/jira/browse/HIVE-21777
> Project: Hive
> Issue Type: Improvement
> Affects Versions: 4.0.0, 3.1.1
> Reporter: Aron Hamvas
> Assignee: Aron Hamvas
> Priority: Major
> Attachments: HIVE-21777.patch
>
>
> org.apache.directory.client.ldap:ldap-client-directory is a test scope
> dependecy. Hive is using version 0.1 but 0.1-SNAPSHOT is also there as
> transitive dependency (omitted for collision with 0.1 which is already there
> on top level) causing warning in the maven default lifecycle execution:
> [WARNING] The POM for
> org.apache.directory.client.ldap:ldap-client-api:jar:0.1-SNAPSHOT is missing,
> no dependency information available
> The warning appears in the jar goal logs and it can easily be removed by
> excluding this transitive dependency.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)