From 0e79681ccf183d51c55e366e0c6ba491c6fbadd1 Mon Sep 17 00:00:00 2001 From: Nicholas Marion Date: Wed, 20 Oct 2021 01:26:12 -0400 Subject: [PATCH] HADOOP-17971. Exclude IBM Java security classes from being shaded/relocated. (#3567) Signed-off-by: Akira Ajisaka (cherry picked from commit 3e1135469eec67a8bfbe60feeb41a25aea013596) --- hadoop-client-modules/hadoop-client-api/pom.xml | 2 ++ hadoop-client-modules/hadoop-client-minicluster/pom.xml | 2 ++ hadoop-client-modules/hadoop-client-runtime/pom.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/hadoop-client-modules/hadoop-client-api/pom.xml b/hadoop-client-modules/hadoop-client-api/pom.xml index 2ab3f3fad73..1d54bcd3b02 100644 --- a/hadoop-client-modules/hadoop-client-api/pom.xml +++ b/hadoop-client-modules/hadoop-client-api/pom.xml @@ -179,6 +179,8 @@ com/sun/security/**/* com/sun/jndi/**/* com/sun/management/**/* + com/ibm/security/* + com/ibm/security/**/* diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml index 723663da2e8..418e21f9edf 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -919,6 +919,8 @@ com/sun/security/**/* com/sun/jndi/**/* com/sun/management/**/* + com/ibm/security/* + com/ibm/security/**/* diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml b/hadoop-client-modules/hadoop-client-runtime/pom.xml index db6c1ec7279..2ad7b8fbb56 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -288,6 +288,8 @@ com/sun/security/**/* com/sun/jndi/**/* com/sun/management/**/* + com/ibm/security/* + com/ibm/security/**/*