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

This commit is contained in:
Haohui Mai 2015-11-22 17:25:22 -08:00
parent bfbcfe7364
commit 0d27917042
2 changed files with 3 additions and 11 deletions

View File

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

View File

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