YARN-3338. Exclude jline dependency from YARN. Contributed by Zhijie

Shen
This commit is contained in:
Xuan 2015-03-12 10:25:00 -07:00
parent ff83ae7231
commit 06ce1d9a6c
2 changed files with 6 additions and 0 deletions

View File

@ -833,6 +833,10 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View File

@ -755,6 +755,8 @@ Release 2.7.0 - UNRELEASED
YARN-1884. Added nodeHttpAddress into ContainerReport and fixed the link to NM
web page. (Xuan Gong via zjshen)
YARN-3338. Exclude jline dependency from YARN. (Zhijie Shen via xgong)
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES