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

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


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

commit 3524e790fc24ee0d41f409441494ee160c68f2b3
Author: Gopal V <[email protected]>
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 <[email protected]>
---
 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>

Reply via email to