This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 21d9c4727c1 HADOOP-18773. Upgrade maven-shade-plugin to 3.4.1 (#5750) 21d9c4727c1 is described below commit 21d9c4727c1eeb8f84654e351a5bb0162a46f0ee Author: rohit-kb <115476286+rohit...@users.noreply.github.com> AuthorDate: Tue Jun 27 15:10:22 2023 +0530 HADOOP-18773. Upgrade maven-shade-plugin to 3.4.1 (#5750) This is needed to successfully shade the hadoop binaries on recent Java versions. Contributed by Rohit Kumar --- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 486a40d48a7..3a292e2f524 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -172,7 +172,7 @@ <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> <maven-install-plugin.version>2.5.1</maven-install-plugin.version> <maven-resources-plugin.version>2.6</maven-resources-plugin.version> - <maven-shade-plugin.version>3.3.0</maven-shade-plugin.version> + <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version> <maven-jar-plugin.version>2.5</maven-jar-plugin.version> <maven-war-plugin.version>3.1.0</maven-war-plugin.version> <maven-source-plugin.version>2.3</maven-source-plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org