YARN-3338. Exclude jline dependency from YARN. Contributed by Zhijie
Shen
(cherry picked from commit 06ce1d9a6c
)
This commit is contained in:
parent
ec9816b2b3
commit
8b008c8714
|
@ -832,6 +832,10 @@
|
|||
<groupId>org.jboss.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>jline</groupId>
|
||||
<artifactId>jline</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue