YARN-3721. build is broken on YARN-2928 branch due to possible dependency cycle (Li Lu via sjlee)

(cherry picked from commit a9738ceb17b50cce8844fd42bb800c7f83f15caf)
This commit is contained in:
Sangjin Lee 2015-05-28 12:03:53 -07:00
parent db891f51d0
commit f668212529
2 changed files with 68 additions and 68 deletions

View File

@ -1043,7 +1043,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
@ -1111,15 +1110,17 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minicluster</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerb-simplekdc</artifactId>
<version>1.0.0-RC2</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -159,7 +159,6 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
</dependencies>
<build>