From 537a2d9d3ac898603e1c9906e24fb2f5105ec791 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Wed, 28 Feb 2024 13:31:06 +0800 Subject: [PATCH] [SPARK-46525][BUILD][TESTS][FOLLOWUP] Cleanup http client deps for spotify docker client ### What changes were proposed in this pull request? Cleanup http client deps used by the spotify docker client, as it's unnecessary for dokcer-java ### Why are the changes needed? cleanup necessary test deps ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? docker integration test ### Was this patch authored or co-authored using generative AI tooling? no Closes #45303 from yaooqinn/SPARK-46525-FF. Authored-by: Kent Yao Signed-off-by: Kent Yao --- connector/docker-integration-tests/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index f9430da052be4..bb7647c72491a 100644 --- a/connector/docker-integration-tests/pom.xml +++ b/connector/docker-integration-tests/pom.xml @@ -35,16 +35,6 @@ - - org.apache.httpcomponents - httpclient - test - - - org.apache.httpcomponents - httpcore - test - com.google.guava