You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Joe Stein (JIRA)" <ji...@apache.org> on 2013/10/10 19:55:43 UTC

[jira] [Resolved] (KAFKA-978) kafka pom file has 2 entries for zookeeper (one with exclusion, one without)

     [ https://issues.apache.org/jira/browse/KAFKA-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Stein resolved KAFKA-978.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.8

See KAFKA-1018

> kafka pom file has 2 entries for zookeeper (one with exclusion, one without)
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-978
>                 URL: https://issues.apache.org/jira/browse/KAFKA-978
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jason Rosenberg
>             Fix For: 0.8
>
>
> I've noticed, in the 0.8-beta the pom file, there are 2 dependencies listed for zookeeper, one of which has an exclusion clause, the other does not.   I assume this is not intended:
> <dependency>
> <groupId>org.apache.zookeeper</groupId>
> <artifactId>zookeeper</artifactId>
> <version>3.3.4</version>
> <exclusions>
> <exclusion>
> <groupId>log4j</groupId>
> <artifactId>log4j</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jline</groupId>
> <artifactId>jline</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> and then
> <dependency>
> <groupId>org.apache.zookeeper</groupId>
> <artifactId>zookeeper</artifactId>
> <version>3.3.4</version>
> </dependency>



--
This message was sent by Atlassian JIRA
(v6.1#6144)