Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2268#discussion_r131997782 --- Diff: examples/storm-kafka-examples/pom.xml --- @@ -24,6 +24,11 @@ <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> + + <properties> + <!-- Override with -Dkafka.dependency.scope=compile to generate a jar with dependencies --> + <kafka.dependency.scope>provided</kafka.dependency.scope> --- End diff -- This workaround is necessary because this module is included as a dependency in storm-kafka-client-examples, so we need a normal install to generate a slim jar.
--- 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. ---