Raghav Aggarwal created TEZ-4704:
------------------------------------
Summary: Upgrade restrict-imports.enforcer to 3.0.0 to fix warning
duing maven build
Key: TEZ-4704
URL: https://issues.apache.org/jira/browse/TEZ-4704
Project: Apache Tez
Issue Type: Improvement
Reporter: Raghav Aggarwal
Assignee: Raghav Aggarwal
Build warning:
{code:java}
[INFO] --- enforcer:3.6.2:enforce (banned-illegal-imports) @ tez-api ---
[WARNING] ruleName restrictImports with implementation
org.apache.maven.plugins.enforcer.RestrictImportsuses the deprecated Maven
Enforcer Plugin API. This will not be supported in a future version of the
plugin. Please contact the rule maintainer to upgrade the rule implementation
to the current API.
[INFO] Rule 0: org.apache.maven.plugins.enforcer.RestrictImports passed {code}
After enforcer plugin was upgrade to 3.6.2 due to apache pom 37, upgradingĀ
restrict-imports-enforcer-rule to 3.0.0 is beneficial
[https://github.com/skuzzle/restrict-imports-enforcer-rule?tab=readme-ov-file#maven-quick-start]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)