Github user omkreddy commented on a diff in the pull request:
https://github.com/apache/storm/pull/2480#discussion_r158720847
--- Diff: examples/storm-kafka-client-examples/pom.xml ---
@@ -73,12 +73,6 @@
<version>${project.version}</version>
<scope>${provided.scope}</scope>
</dependency>
- <dependency>
--- End diff --
I think we don't need kafka server jar to run examples. Ran the tests
without this dependency. But i reverted the change, since it is not related to
this PR.---
