From 9c105da1177b5a42fe774cd0d0db5a4d3045beda Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Tue, 15 Oct 2024 17:24:07 +0800 Subject: [PATCH] [KYUUBI #6638][FOLLOWUP] Authz shaded should include jsr311-api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— Fix a ClassNotFound issue. ``` java.lang.NoClassDefFoundError: org/apache/kyuubi/shade/javax/ws/rs/core/Cookie ``` ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช Verified manually. --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6723 from pan3793/6638-followup. Closes #6638 56e9842e0 [Cheng Pan] [KYUUBI #6638] authz shaded should include jsr311-api Authored-by: Cheng Pan Signed-off-by: Bowen Liang --- extensions/spark/kyuubi-spark-authz-shaded/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/spark/kyuubi-spark-authz-shaded/pom.xml b/extensions/spark/kyuubi-spark-authz-shaded/pom.xml index 0cc69d1b9c9..6777ce46774 100644 --- a/extensions/spark/kyuubi-spark-authz-shaded/pom.xml +++ b/extensions/spark/kyuubi-spark-authz-shaded/pom.xml @@ -52,6 +52,7 @@ org.codehaus.jackson:* com.sun.jersey:* com.kstruct:gethostname4j + javax.ws.rs:jsr311-api net.java.dev.jna:jna net.java.dev.jna:jna-platform