You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2020/03/31 19:15:00 UTC

[jira] [Created] (FLINK-16892) statefun-flink-distribution bundles many unwanted dependencies

Stephan Ewen created FLINK-16892:
------------------------------------

             Summary: statefun-flink-distribution bundles many unwanted dependencies
                 Key: FLINK-16892
                 URL: https://issues.apache.org/jira/browse/FLINK-16892
             Project: Flink
          Issue Type: Bug
          Components: Stateful Functions
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 2.0.0


Because the "provided" scope in Maven does not work well with transitive dependencies, many transitive dependencies are interpreted as "compile" scope and included in the shaded jar.

Currently only "flink-runtime" and "flink-streaming-java" are overridden as provided in "statefun-flink-distribution". We need to add all Flink other dependent Flink modules directly as provided.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)