Jarek Jarcec Cecho created SQOOP-2672:
-----------------------------------------
Summary: Sqoop2: Remove double dependency on mockito in shell
module
Key: SQOOP-2672
URL: https://issues.apache.org/jira/browse/SQOOP-2672
Project: Sqoop
Issue Type: Bug
Affects Versions: 1.99.6
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
Fix For: 1.99.7
Maven is complaining that we have declared dependency on {{mockito}} twice in
the {{shell}} module.
{code}
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.sqoop:sqoop-shell:jar:2.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.mockito:mockito-all:jar -> duplicate declaration of version (?)
@ org.apache.sqoop:sqoop-shell:[unknown-version],
/Users/jarcec/apache/sqoop2-vanila/shell/pom.xml, line 84, 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]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)