Jarek Jarcec Cecho created SQOOP-1787:
-----------------------------------------
Summary: Sqoop2: Fix dual guava dependency warnings in maven
Key: SQOOP-1787
URL: https://issues.apache.org/jira/browse/SQOOP-1787
Project: Sqoop
Issue Type: Bug
Affects Versions: 1.99.4
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
Fix For: 1.99.5
Every maven execution is complaining:
{code}
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.sqoop:sqoop-common:jar:2.0.0-SNAPSHOT
[WARNING]
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: com.google.guava:guava:jar -> duplicate declaration of version
${guava.version} @ org.apache:sqoop:2.0.0-SNAPSHOT,
/Users/jarcec/apache/sqoop2/pom.xml, line 406, column 19
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 78, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache:sqoop:pom:2.0.0-SNAPSHOT
[WARNING]
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: com.google.guava:guava:jar -> duplicate declaration of version
${guava.version} @ line 406, column 19
[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]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)