Raghav Kumar Gautam created STORM-2008:
------------------------------------------
Summary: storm-kafka module must depend on kafka
Key: STORM-2008
URL: https://issues.apache.org/jira/browse/STORM-2008
Project: Apache Storm
Issue Type: Bug
Components: storm-kafka
Reporter: Raghav Kumar Gautam
As of now the dependency is present but it's scope is provided, this is
incorrect.
https://github.com/apache/storm/blob/master/external/storm-kafka/pom.xml#L121
{code}
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>${storm.kafka.artifact.id}</artifactId>
<version>${storm.kafka.version}</version>
<scope>provided</scope>
</dependency>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)