[
https://issues.apache.org/jira/browse/IMPALA-15351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Csaba Ringhofer resolved IMPALA-15351.
--------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Done
> Split maven-enforcer-plugin rules in 2 passes
> ---------------------------------------------
>
> Key: IMPALA-15351
> URL: https://issues.apache.org/jira/browse/IMPALA-15351
> Project: IMPALA
> Issue Type: Improvement
> Components: Frontend
> Reporter: Csaba Ringhofer
> Priority: Major
> Fix For: Impala 5.0.0
>
>
> The issues is with rules that pin versions:
> <exclude>org.apache.hive:*</exclude>
> +
> <include>org.apache.hive:*:${hive.version}</include>
> This doesn't allow adding a rule that forbids a specific artifact, e.g.:
> <exclude>org.apache.hive:hive-service-rpc</exclude>
> This rule would be negated by the include rule above which allows all
> artifacts for the given version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]