git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1541699 13f79535-47bb-0310-9956-ffa450edef68
@@ -36,6 +36,9 @@ Release 2.3.0 - UNRELEASED
MAPREDUCE-5431. Missing pom dependency in MR-client (Timothy St. Clair
via stevel)
+ MAPREDUCE-6524 Move grizzly-test and junit dependencies to test scope
+ (Ted Yu via stevel)
+
OPTIMIZATIONS
MAPREDUCE-5484. YarnChild unnecessarily loads job conf twice (Sandy Ryza)
@@ -163,6 +163,11 @@
<artifactId>commons-collections</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun.jersey.jersey-test-framework</groupId>
+ <artifactId>jersey-test-framework-grizzly2</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -94,6 +94,11 @@
<type>test-jar</type>
<scope>test</scope>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-hs</artifactId>
@@ -35,6 +35,11 @@
</properties>
<dependencies>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
<artifactId>hadoop-annotations</artifactId>
@@ -32,6 +32,11 @@
@@ -37,6 +37,11 @@
<artifactId>hadoop-common</artifactId>
@@ -36,6 +36,11 @@
@@ -119,6 +119,7 @@
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-grizzly2</artifactId>
<groupId>com.sun.jersey</groupId>