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
This commit is contained in:
rohit-kb 2023-06-27 15:10:22 +05:30 committed by GitHub
parent 03902f5ef0
commit 21d9c4727c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>