This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4.2 by this push: new 276526d4ebb HADOOP-18991 Remove commons-beanutils dependency from Hadoop 3 (#7524) (#7778) 276526d4ebb is described below commit 276526d4ebb03acc7ce247576b96f5e1b34c6145 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Fri Jul 4 20:11:16 2025 +0100 HADOOP-18991 Remove commons-beanutils dependency from Hadoop 3 (#7524) (#7778) Contributed by Istvan Toth. Reviewed-by: Cheng Pan <cheng...@apache.org> Signed-off-by: Shilun Fan <slfan1...@apache.org> --- hadoop-common-project/hadoop-common/pom.xml | 11 ----------- hadoop-project/pom.xml | 10 ---------- 2 files changed, 21 deletions(-) diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml index e475909e5b0..97b7d8b5c79 100644 --- a/hadoop-common-project/hadoop-common/pom.xml +++ b/hadoop-common-project/hadoop-common/pom.xml @@ -207,17 +207,6 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 9d5f0ec142b..7ddca73055c 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -118,7 +118,6 @@ <ldap-api.version>2.0.0</ldap-api.version> <!-- Apache Commons dependencies --> - <commons-beanutils.version>1.9.4</commons-beanutils.version> <commons-cli.version>1.9.0</commons-cli.version> <commons-codec.version>1.15</commons-codec.version> <commons-collections4.version>4.4</commons-collections4.version> @@ -1285,11 +1284,6 @@ <artifactId>commons-collections4</artifactId> <version>${commons-collections4.version}</version> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>${commons-beanutils.version}</version> - </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> @@ -1675,10 +1669,6 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </exclusion> - <exclusion> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </exclusion> <exclusion> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org