You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2024/03/25 18:35:29 UTC

(spark) branch master updated: [SPARK-47548][BUILD] Remove unused `commons-beanutils` dependency

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

dongjoon 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 90d506573409 [SPARK-47548][BUILD] Remove unused `commons-beanutils` dependency
90d506573409 is described below

commit 90d5065734095d840f51d1eea3449d969565b742
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Mon Mar 25 11:35:18 2024 -0700

    [SPARK-47548][BUILD] Remove unused `commons-beanutils` dependency
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove unused `commons-beanutils` dependency from `pom.xml` and `LICENSE-binary`.
    
    ### Why are the changes needed?
    
    #30701 removed `commons-beanutils` from `hadoop-3` profile at Apache Spark 3.2.0.
    - https://github.com/apache/spark/pull/30701
    
    #40788 removed `hadoop-2` profile from Apache Spark 3.5.0
    - https://github.com/apache/spark/pull/40788
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45705 from dongjoon-hyun/SPARK-47548.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 LICENSE-binary | 1 -
 pom.xml        | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index b9e7820c0baf..40271c9924bc 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -204,7 +204,6 @@
 This project bundles some components that are also licensed under the Apache
 License Version 2.0:
 
-commons-beanutils:commons-beanutils
 org.apache.zookeeper:zookeeper
 oro:oro
 commons-configuration:commons-configuration
diff --git a/pom.xml b/pom.xml
index 8e68ad7346f8..de26e6ed33a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -646,11 +646,6 @@
         <artifactId>commons-collections4</artifactId>
         <version>${commons.collections4.version}</version>
       </dependency>
-      <dependency>
-        <groupId>commons-beanutils</groupId>
-        <artifactId>commons-beanutils</artifactId>
-        <version>1.9.4</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.ivy</groupId>
         <artifactId>ivy</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org