Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-978

kafka pom file has 2 entries for zookeeper (one with exclusion, one without)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • None
    • None

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            jbrosenberg Jason Rosenberg
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: