HADOOP-12098. Remove redundant test dependencies in Hadoop Archives. Contributed by Varun Saxena.
This commit is contained in:
parent
bfbcfe7364
commit
0d27917042
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue