From 0db1ff7ca4d1791a099daec549e84e62ffb7105f Mon Sep 17 00:00:00 2001 From: Beinan Date: Mon, 4 Dec 2023 13:26:47 -0800 Subject: [PATCH] Fix the shading issue for javax security ### What changes are proposed in this pull request? Fix the shading issue for javax security ### Why are the changes needed? you might see class not found in javax's security module ### Does this PR introduce any user facing changes? no pr-link: Alluxio/alluxio#18455 change-id: cid-d04ba461930b7abba2613810e8d7d2ae77d7e3be --- dora/shaded/client/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dora/shaded/client/pom.xml b/dora/shaded/client/pom.xml index fda2911c401b..ba0c2f8f1e33 100644 --- a/dora/shaded/client/pom.xml +++ b/dora/shaded/client/pom.xml @@ -260,6 +260,8 @@ ${shading.prefix}.javax. **/pom.xml + javax/security/**/* + javax/management/**/*