Repository: crunch Updated Branches: refs/heads/master 24c1c176c -> 0157d03bf
One-liner: Mark hadoop-mapreduce-client-jobclient dependency in scope test Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/0157d03b Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/0157d03b Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/0157d03b Branch: refs/heads/master Commit: 0157d03bf75bed3e05446c66feb672dc37222a65 Parents: 24c1c17 Author: Josh Wills <[email protected]> Authored: Tue Oct 21 21:11:57 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Tue Oct 21 21:11:57 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/0157d03b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4714b89..43baf09 100644 --- a/pom.xml +++ b/pom.xml @@ -522,6 +522,7 @@ under the License. <artifactId>hadoop-mapreduce-client-jobclient</artifactId> <version>${hadoop.version}</version> <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId>
