anujmodi2021 opened a new pull request, #8214: URL: https://github.com/apache/hadoop/pull/8214
### Description of PR Some recent updated done in certain dependencies have caused build failure on older maven versions. For details refer to JIRA: https://issues.apache.org/jira/browse/HADOOP-19790 With the other upgrades going in 3.5.0, we propose to upgrade the minimum required maven version to the latest stable version i.e. [3.9.12](https://maven.apache.org/docs/3.9.12/release-notes.html) ### How was this patch tested? Negative test: Build failed when attempted with maven version lesser than required. `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (clean) on project hadoop-main: [ERROR] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message: [ERROR] Detected Maven Version: 3.9.6 is not in the allowed range [3.9.12,). ` When attempted buid after upgrading maven to 3.9.12, build was successful ### AI Tooling No AI tools used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
