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

abstractdog 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 1d66b76bc TEZ-4668: Exclude shipping jline 3.x in tez-dist (#446) 
(Raghav Aggarwal reviewed by Laszlo Bodor)
1d66b76bc is described below

commit 1d66b76bc91f1c1274d36c26d362a31aca7d0f75
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Wed Dec 3 03:28:16 2025 +0530

    TEZ-4668: Exclude shipping jline 3.x in tez-dist (#446) (Raghav Aggarwal 
reviewed by Laszlo Bodor)
---
 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 665121aee..491655bef 100644
--- a/tez-dist/src/main/assembly/tez-dist.xml
+++ b/tez-dist/src/main/assembly/tez-dist.xml
@@ -38,6 +38,7 @@
               <exclude>*:*:test-jar</exclude>
               <exclude>org.apache.tez:*</exclude>
               <exclude>jline:jline</exclude>
+              <exclude>org.jline:jline</exclude>
             </excludes>
           </dependencySet>
         </dependencySets>

Reply via email to