From 9034274469ea81844ca18085d314cba9d8059c03 Mon Sep 17 00:00:00 2001 From: Fei Wang Date: Thu, 18 Jan 2024 13:33:28 -0800 Subject: [PATCH] compile --- externals/kyuubi-spark-sql-engine/pom.xml | 13 +++++++++++++ pom.xml | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml index e6e678aab7a..a152587c20a 100644 --- a/externals/kyuubi-spark-sql-engine/pom.xml +++ b/externals/kyuubi-spark-sql-engine/pom.xml @@ -443,4 +443,17 @@ target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes + + + + spark-authz-compile + + + org.apache.kyuubi + kyuubi-spark-authz-shaded_${scala.binary.version} + ${project.version} + + + + diff --git a/pom.xml b/pom.xml index 567eb382d16..f8042125a13 100644 --- a/pom.xml +++ b/pom.xml @@ -2515,5 +2515,10 @@ + + + + spark-authz-compile +