[ https://issues.apache.org/jira/browse/FLINK-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745409#comment-15745409 ]
ASF GitHub Bot commented on FLINK-4861: --------------------------------------- Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2664 @greghogan I think that when an immediate dependency is "provided", then its transitive dependencies are not pulled. If a user adds a "provided" `flink-streaming-connector-kafka-0.9_2.10`, then no Kafka dependency will be pulled into the user program uber jar. Consequently, all transitive dependencies should be added to the `lib` folder, which is what we would get by uber-jaring the Kafka connector. > Package optional project artifacts > ---------------------------------- > > Key: FLINK-4861 > URL: https://issues.apache.org/jira/browse/FLINK-4861 > Project: Flink > Issue Type: New Feature > Components: Build System > Affects Versions: 1.2.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > Fix For: 1.2.0 > > > Per the mailing list > [discussion|http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Additional-project-downloads-td13223.html], > package the Flink libraries and connectors into subdirectories of a new > {{opt}} directory in the release/snapshot tarballs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)