From dcd6eed13a12a75cd73397224d99e61d2f413e5d Mon Sep 17 00:00:00 2001 From: Zhijie Shen Date: Fri, 16 Jan 2015 16:31:10 -0800 Subject: [PATCH] YARN-2815. Excluded transitive dependency of JLine in hadoop-yarn-server-common. Contributed by Ferdinand Xu. (cherry picked from commit 43302f6f44f97d67069eefdda986b6da2933393e) --- hadoop-yarn-project/CHANGES.txt | 3 +++ .../hadoop-yarn-server/hadoop-yarn-server-common/pom.xml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index d4b7a7d9f40..f9d4f54af86 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -343,6 +343,9 @@ Release 2.7.0 - UNRELEASED YARN-3064. TestRMRestart/TestContainerResourceUsage/TestNodeManagerResync failure with allocation timeout. (Jian He via junping_du) + YARN-2815. Excluded transitive dependency of JLine in hadoop-yarn-server-common. + (Ferdinand Xu via zjshen) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml index 4333dc8045e..a71bc9498db 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml @@ -84,6 +84,12 @@ org.apache.zookeeper zookeeper + + + jline + jline + + org.fusesource.leveldbjni