[
https://issues.apache.org/jira/browse/FLINK-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156752#comment-15156752
]
ASF GitHub Bot commented on FLINK-3460:
---------------------------------------
Github user tillrohrmann commented on the pull request:
https://github.com/apache/flink/pull/1683#issuecomment-187117404
Updated the PR to also set the flink dependencies in
flink-batch-connectors, cep, gelly and flink-ml modules to provided.
> Make flink-streaming-connectors' flink dependencies provided
> ------------------------------------------------------------
>
> Key: FLINK-3460
> URL: https://issues.apache.org/jira/browse/FLINK-3460
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
> Fix For: 1.0.0
>
>
> All of the flink-streaming-connectors depend on flink-streaming-java (compile
> scope). This entails that whenever you have a project which depends on the a
> connector this will also pull in the heavy-weight flink-streaming-java
> dependency. If you now build a fat-jar, you have to use exclusion rules to
> filter them out again.
> It would be more natural to simply declare the dependencies as provided which
> will automatically avoid the inclusion in the fat jar with respect to the
> connector dependency.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)