[
https://issues.apache.org/jira/browse/SQOOP-2672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995388#comment-14995388
]
Sqoop QA bot commented on SQOOP-2672:
-------------------------------------
Testing file
[SQOOP-2672.patch|https://issues.apache.org/jira/secure/attachment/12771197/SQOOP-2672.patch]
against branch sqoop2 took 1:11:51.118204.
{color:red}Overall:{color} -1 due to an error(s), see details below:
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:red}ERROR:{color} Patch does not add/modify any test case
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All unit tests passed (executed 1612 tests)
{color:green}SUCCESS:{color} Test coverage did not decreased
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/1870/artifact/patch-process/cobertura_report.txt])
{color:green}SUCCESS:{color} No new findbugs warnings
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/1870/artifact/patch-process/findbugs_report.txt])
{color:green}SUCCESS:{color} All integration tests passed (executed 93 tests)
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/1870/console].
This message is automatically generated.
> 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
>
> Attachments: SQOOP-2672.patch
>
>
> 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)