This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch release/1.0.x
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/release/1.0.x by this push:
     new e10d5d001 Exclude unused dependency for polaris spark client 
dependency (#1933)
e10d5d001 is described below

commit e10d5d001b6ae095604970379abe604239f3bfb4
Author: Yun Zou <yunzou.colost...@gmail.com>
AuthorDate: Tue Jun 24 18:15:24 2025 -0700

    Exclude unused dependency for polaris spark client dependency (#1933)
---
 plugins/spark/v3.5/spark/build.gradle.kts | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/plugins/spark/v3.5/spark/build.gradle.kts 
b/plugins/spark/v3.5/spark/build.gradle.kts
index d13255bf6..d61c5fd5b 100644
--- a/plugins/spark/v3.5/spark/build.gradle.kts
+++ b/plugins/spark/v3.5/spark/build.gradle.kts
@@ -45,17 +45,7 @@ val scalaLibraryVersion =
 dependencies {
   // TODO: extract a polaris-rest module as a thin layer for
   //  client to depends on.
-  implementation(project(":polaris-core")) {
-    exclude("org.apache.iceberg", "*")
-    exclude("com.azure", "*")
-    exclude("software.amazon.awssdk", "*")
-    exclude("com.google.cloud", "*")
-    exclude("io.airlift", "*")
-    exclude("io.smallrye", "*")
-    exclude("io.smallrye.common", "*")
-    exclude("io.swagger", "*")
-    exclude("org.apache.commons", "*")
-  }
+  implementation(project(":polaris-core")) { isTransitive = false }
 
   implementation(
     
"org.apache.iceberg:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersion}:${icebergVersion}"

Reply via email to