Skip to content

Commit

Permalink
[SPARK-47548][BUILD] Remove unused commons-beanutils dependency
Browse files Browse the repository at this point in the history
### 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?

apache#30701 removed `commons-beanutils` from `hadoop-3` profile at Apache Spark 3.2.0.
- apache#30701

apache#40788 removed `hadoop-2` profile from Apache Spark 3.5.0
- apache#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 apache#45705 from dongjoon-hyun/SPARK-47548.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun authored and sweisdb committed Apr 1, 2024
1 parent 6bf8586 commit d1bcc40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d1bcc40

Please sign in to comment.