浏览代码

HADOOP-9342. Remove jline from distribution. (thw via tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1451072 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 12 年之前
父节点
当前提交
a20ad24405
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 4 0
      hadoop-common-project/hadoop-common/pom.xml

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -58,6 +58,8 @@ Release 2.0.4-beta - UNRELEASED
     HADOOP-8917. add LOCALE.US to toLowerCase in SecurityUtil.replacePattern.
     HADOOP-8917. add LOCALE.US to toLowerCase in SecurityUtil.replacePattern.
     (Arpit Gupta via suresh)
     (Arpit Gupta via suresh)
 
 
+    HADOOP-9342. Remove jline from distribution. (thw via tucu)
+
 Release 2.0.3-alpha - 2013-02-06 
 Release 2.0.3-alpha - 2013-02-06 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 4 - 0
hadoop-common-project/hadoop-common/pom.xml

@@ -224,6 +224,10 @@
       <artifactId>zookeeper</artifactId>
       <artifactId>zookeeper</artifactId>
       <version>3.4.2</version>
       <version>3.4.2</version>
       <exclusions>
       <exclusions>
+        <exclusion>
+          <groupId>jline</groupId>
+          <artifactId>jline</artifactId>
+        </exclusion>
         <exclusion>
         <exclusion>
           <!-- otherwise seems to drag in junit 3.8.1 via jline -->
           <!-- otherwise seems to drag in junit 3.8.1 via jline -->
           <groupId>junit</groupId>
           <groupId>junit</groupId>