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

    https://github.com/apache/storm/pull/2271#discussion_r134869659
  
    --- Diff: examples/storm-kafka-examples/pom.xml ---
    @@ -43,19 +48,19 @@
                 <groupId>org.apache.storm</groupId>
                 <artifactId>storm-kafka</artifactId>
                 <version>${project.version}</version>
    -            <scope>${provided.scope}</scope>
    +            <scope>${kafka.dependency.scope}</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.kafka</groupId>
                 <artifactId>${storm.kafka.artifact.id}</artifactId>
                 <version>${storm.kafka.version}</version>
    -            <scope>${provided.scope}</scope>
    +            <scope>${kafka.dependency.scope}</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.kafka</groupId>
                 <artifactId>kafka-clients</artifactId>
                 <version>${storm.kafka.version}</version>
    -            <scope>${provided.scope}</scope>
    +            <scope>${kafka.dependency.scope}</scope>
    --- End diff --
    
    Can we just make this compile like the others?  You can still override it 
in your jars if you want to.


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