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