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

Shen

(cherry picked from commit 06ce1d9a6c)
This commit is contained in:
Xuan 2015-03-12 10:25:00 -07:00
parent ec9816b2b3
commit 8b008c8714
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -698,6 +698,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