You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/05 16:32:34 UTC

[jira] [Created] (FLINK-1216) Quickstart projects should have flink dependencies in scope "provided"

Stephan Ewen created FLINK-1216:
-----------------------------------

             Summary: Quickstart projects should have flink dependencies in scope "provided"
                 Key: FLINK-1216
                 URL: https://issues.apache.org/jira/browse/FLINK-1216
             Project: Flink
          Issue Type: Improvement
          Components: Build System
    Affects Versions: 0.8-incubating
            Reporter: Stephan Ewen
            Priority: Minor
             Fix For: 0.8-incubating


The Flink dependencies are necessary for local running and for compilation. They should not be packaged (neither should the transitive dependencies).

That is exactly what the "provided" scope is for.

It also solves the "exclusion of flink artifacts" when building a fat jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)