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:20:05 UTC

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

Chengbing Liu created HADOOP-12486:
--------------------------------------

             Summary: 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


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)