You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/06/23 20:09:00 UTC

[jira] [Created] (IMPALA-9886) Maven exclusion for Kafka should also exclude version kafka_2.12

Joe McDonnell created IMPALA-9886:
-------------------------------------

             Summary: 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


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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org