You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chengbing Liu (JIRA)" <ji...@apache.org> on 2015/10/16 04:22:05 UTC

[jira] [Updated] (HADOOP-12486) Mockito missing in pom.xml of hadoop-kafka

     [ https://issues.apache.org/jira/browse/HADOOP-12486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chengbing Liu updated HADOOP-12486:
-----------------------------------
    Attachment: HADOOP-12486.01.patch

Attached a fix.

> Mockito missing in pom.xml of hadoop-kafka
> ------------------------------------------
>
>                 Key: HADOOP-12486
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12486
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.8.0
>            Reporter: Chengbing Liu
>            Assignee: Chengbing Liu
>         Attachments: HADOOP-12486.01.patch
>
>
> Eclipse will generate build errors without the following:
> {code}
>     <dependency>
>       <groupId>org.mockito</groupId>
>       <artifactId>mockito-all</artifactId>
>       <scope>test</scope>
>     </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)