Aron Hamvas created HIVE-21777:
----------------------------------
Summary: 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: 3.1.1, 4.0.0
Reporter: Aron Hamvas
Assignee: Aron Hamvas
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)