[
https://issues.apache.org/jira/browse/FLINK-4042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15774808#comment-15774808
]
Till Rohrmann commented on FLINK-4042:
--------------------------------------
The description says that there were some dependencies missing. It might be
possible that this was fixed in the meantime because the issue is already quite
old. If you've verified that everything is working, then you can resolve this
issue.
> TwitterStream example does not work
> -----------------------------------
>
> Key: FLINK-4042
> URL: https://issues.apache.org/jira/browse/FLINK-4042
> Project: Flink
> Issue Type: Bug
> Components: Examples
> Affects Versions: 1.0.3
> Reporter: Till Rohrmann
> Assignee: Anton Solovev
> Priority: Minor
>
> The {{TwitterStream}} does not work with version 1.0.3 because the
> {{flink-connector-twitter}} is missing the following dependencies:
> {{org.apache.httpcomponents:httpclient}} and
> {{org.apache.httpcomponents:httpcore}}
> Adding these lines to the {{pom.xml}} should fix the problem.
> {code}
> <inlcude>org.apache.httpcomponents:httpclient</inlcude>
> <include>org.apache.httpcomponents:httpcore</include>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)