Skip to content

Commit e10d5d0

Browse files
gh-yzouYufei Gu
authored andcommitted
Exclude unused dependency for polaris spark client dependency (#1933)
1 parent ad021e1 commit e10d5d0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

plugins/spark/v3.5/spark/build.gradle.kts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,7 @@ val scalaLibraryVersion =
4545
dependencies {
4646
// TODO: extract a polaris-rest module as a thin layer for
4747
// client to depends on.
48-
implementation(project(":polaris-core")) {
49-
exclude("org.apache.iceberg", "*")
50-
exclude("com.azure", "*")
51-
exclude("software.amazon.awssdk", "*")
52-
exclude("com.google.cloud", "*")
53-
exclude("io.airlift", "*")
54-
exclude("io.smallrye", "*")
55-
exclude("io.smallrye.common", "*")
56-
exclude("io.swagger", "*")
57-
exclude("org.apache.commons", "*")
58-
}
48+
implementation(project(":polaris-core")) { isTransitive = false }
5949

6050
implementation(
6151
"org.apache.iceberg:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersion}:${icebergVersion}"

0 commit comments

Comments
 (0)