You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2019/03/12 15:28:11 UTC

[tez] branch branch-0.9 updated: TEZ-4044. Zookeeper: exclude jline from Zookeeper client from tez dist

This is an automated email from the ASF dual-hosted git repository.

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 9af7fb1  TEZ-4044. Zookeeper: exclude jline from Zookeeper client from tez dist
9af7fb1 is described below

commit 9af7fb1a4e8c536bd14bb709ce176dfe5ebfa8e8
Author: Gopal V <go...@apache.org>
AuthorDate: Tue Mar 12 10:25:08 2019 -0500

    TEZ-4044. Zookeeper: exclude jline from Zookeeper client from tez dist
    
    Signed-off-by: Jonathan Eagles <je...@apache.org>
    (cherry picked from commit 3524e790fc24ee0d41f409441494ee160c68f2b3)
---
 tez-dist/src/main/assembly/tez-dist.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tez-dist/src/main/assembly/tez-dist.xml b/tez-dist/src/main/assembly/tez-dist.xml
index b8834a8..9456664 100644
--- a/tez-dist/src/main/assembly/tez-dist.xml
+++ b/tez-dist/src/main/assembly/tez-dist.xml
@@ -36,6 +36,7 @@
             <excludes>
               <exclude>*:*:test-jar</exclude>
               <exclude>org.apache.tez:*</exclude>
+              <exclude>jline:jline</exclude>
             </excludes>
           </dependencySet>
         </dependencySets>