ソースを参照

HADOOP-12098. Remove redundant test dependencies in Hadoop Archives. Contributed by Varun Saxena.

Haohui Mai 9 年 前
コミット
0d27917042

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1443,6 +1443,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-12181. Fix intermittent test failure of TestZKSignerSecretProvider.
     (Masatake Iwasaki via wheat9)
 
+    HADOOP-12098. Remove redundant test dependencies in Hadoop Archives.
+    (Varun Saxena via wheat9)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 0 - 11
hadoop-tools/hadoop-archives/pom.xml

@@ -50,11 +50,6 @@
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-mapreduce-client-hs</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-core</artifactId>
@@ -65,12 +60,6 @@
       <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
-      <scope>test</scope>
-      <type>test-jar</type>
-    </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>