Skip to content

Commit 6a67c23

Browse files
committed
[SPARK-53649] Remove logging-interceptor dependency
### What changes were proposed in this pull request? This PR aims to remove `logging-interceptor` dependency. ### Why are the changes needed? This is not used. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#328 from dongjoon-hyun/SPARK-53649. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a04c2bb commit 6a67c23

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ kube-api-test-client-inject = {group = "io.fabric8", name = "kube-api-test-clien
4646
crd-generator-apt = { group = "io.fabric8", name = "crd-generator-apt", version.ref = "fabric8" }
4747
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
4848
mockwebserver = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref = "okhttp" }
49-
logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
5049
lombok = { group = "org.projectlombok", name = "lombok", version.ref = "lombok" }
5150
log4j-api = { group = "org.apache.logging.log4j", name = "log4j-api", version.ref = "log4j" }
5251
log4j-core = { group = "org.apache.logging.log4j", name = "log4j-core", version.ref = "log4j" }

spark-operator/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies {
3030
exclude group: 'com.squareup.okhttp3'
3131
}
3232
implementation(libs.okhttp)
33-
implementation(libs.logging.interceptor)
3433
implementation(libs.spotbugs.annotations)
3534
// logging
3635
implementation(libs.log4j.api)

0 commit comments

Comments
 (0)