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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)