From 20953541e8b16d7dd6f3da9f92c63f85e96c5374 Mon Sep 17 00:00:00 2001 From: Kenneth Knowles Date: Mon, 17 Aug 2026 21:10:24 +0000 Subject: [PATCH] Exclude jline from transitive dependencies of hadoop jline was being pulled in transitively via hadoop-yarn-client, which is used by several hadoop dependencies (hadoop-common, hadoop-client, hadoop-mapreduce-client-core). This CL excludes jline from hadoop-yarn-client in dependencyManagement in the root pom.xml to prevent it from being included. Verified that jline is no longer in the dependency tree and that unit tests in v1 (classic-templates) and v2/common pass. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index a1deb0551d..90bc220df6 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,17 @@ + + org.apache.hadoop + hadoop-yarn-client + ${hadoop.version} + + + org.jline + jline + + +