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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 537a2d9d3ac8 [SPARK-46525][BUILD][TESTS][FOLLOWUP] Cleanup http client 
deps for spotify docker client
537a2d9d3ac8 is described below

commit 537a2d9d3ac898603e1c9906e24fb2f5105ec791
Author: Kent Yao <[email protected]>
AuthorDate: Wed Feb 28 13:31:06 2024 +0800

    [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 <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
---
 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 f9430da052be..bb7647c72491 100644
--- a/connector/docker-integration-tests/pom.xml
+++ b/connector/docker-integration-tests/pom.xml
@@ -35,16 +35,6 @@
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpcore</artifactId>
-      <scope>test</scope>
-    </dependency>
     <!-- Necessary in order to avoid errors in log messages: -->
     <dependency>
       <groupId>com.google.guava</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to