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