Github user hmcl commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1131#discussion_r54822068
  
    --- Diff: pom.xml ---
    @@ -836,14 +839,39 @@
                     <scope>test</scope>
                 </dependency>
                 <dependency>
    -              <groupId>org.apache.calcite</groupId>
    -              <artifactId>calcite-core</artifactId>
    -              <version>${calcite.version}</version>
    +                <groupId>org.apache.calcite</groupId>
    +                <artifactId>calcite-core</artifactId>
    +                <version>${calcite.version}</version>
    +            </dependency>
    +            <dependency>
    +                <groupId>com.fasterxml.jackson.core</groupId>
    +                <artifactId>jackson-databind</artifactId>
    +                <version>${jackson.version}</version>
    +            </dependency>
    +            <dependency>
    +                <groupId>org.apache.kafka</groupId>
    +                <artifactId>${kafka.artifact.id}</artifactId>
    +                <version>${kafka.version}</version>
    +                <exclusions>
    +                    <exclusion>
    +                        <groupId>org.apache.zookeeper</groupId>
    +                        <artifactId>zookeeper</artifactId>
    +                    </exclusion>
    +                    <exclusion>
    +                        <groupId>log4j</groupId>
    +                        <artifactId>log4j</artifactId>
    +                    </exclusion>
    +                    <exclusion>
    +                        <groupId>org.slf4j</groupId>
    +                        <artifactId>slf4j-log4j12</artifactId>
    +                    </exclusion>
    +                </exclusions>
                 </dependency>
                 <dependency>
    -              <groupId>com.fasterxml.jackson.core</groupId>
    -              <artifactId>jackson-databind</artifactId>
    -              <version>${jackson.version}</version>
    +                <groupId>org.apache.kafka</groupId>
    +                <artifactId>kafka-clients</artifactId>
    +                <version>${kafka.version}</version>
    +                <scope>provided</scope>
    --- End diff --
    
    @revans2 the following pom files already had provided before and I left 
them in the same state. Should we leave it as provided, or change that to the 
default (compile) ?
    
    storm-starter/pom.xml
    flux-examples/pom.xml
    storm-sql-kafka/pom.xml


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to