Skip to content

Commit 9345cfa

Browse files
committed
[SPARK-53780] spark-submission-worker should depend on io.fabric8 directly
1 parent 6d801bf commit 9345cfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spark-submission-worker/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
*/
1919
dependencies {
2020
implementation project(":spark-operator-api")
21+
implementation(libs.kubernetes.client)
2122

2223
implementation(libs.spark.kubernetes) {
24+
exclude group: "io.fabric8"
2325
exclude group: "com.github.luben"
2426
exclude group: "io.netty", module: "netty-tcnative-boringssl-static"
2527
exclude group: "io.netty", module: "netty-tcnative-classes"

0 commit comments

Comments
 (0)