[
https://issues.apache.org/jira/browse/IMPALA-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-9886.
-----------------------------------
Fix Version/s: Impala 4.0
Resolution: Fixed
> Maven exclusion for Kafka should also exclude version kafka_2.12
> ----------------------------------------------------------------
>
> Key: IMPALA-9886
> URL: https://issues.apache.org/jira/browse/IMPALA-9886
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 4.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 4.0
>
>
> When Kafka is rebased, the artifact will change from kafka_2.11 to
> kafka_2.12. This exclusion will be out of date:
>
> {code:java}
> <dependency>
> <groupId>org.apache.ranger</groupId>
> <artifactId>ranger-plugins-audit</artifactId>
> <version>${ranger.version}</version>
> <exclusions>
> <exclusion>
> <groupId>org.apache.kafka</groupId>
> <artifactId>kafka_2.11</artifactId>
> </exclusion>
> </exclusions>
> </dependency>{code}
> We should go ahead and add an exclusion for kafka_2.12.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)