[
https://issues.apache.org/jira/browse/MAPREDUCE-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195083#comment-13195083
]
Kihwal Lee commented on MAPREDUCE-3741:
---------------------------------------
It was introduced by MAPREDUCE-3458.
> Conflicting dependency in hadoop-mapreduce-examples
> ---------------------------------------------------
>
> Key: MAPREDUCE-3741
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3741
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: build
> Affects Versions: 0.23.1, 0.24.0
> Reporter: Kihwal Lee
> Priority: Critical
> Fix For: 0.23.1, 0.24.0
>
>
> {code:xml}
> <dependency>
> <groupId>org.apache.hadoop</groupId>
> <artifactId>hadoop-mapreduce-client-hs</artifactId>
> <scope>provided</scope>
> </dependency>
> <dependency>
> <groupId>org.apache.hadoop</groupId>
> <artifactId>hadoop-mapreduce-client-hs</artifactId>
> <scope>test</scope>
> </dependency>
> {code}
> Are we missing <type> here?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira