Stephan Ewen created FLINK-20472:
------------------------------------
Summary: Change quickstarts to have a dependency on "flink-dist"
Key: FLINK-20472
URL: https://issues.apache.org/jira/browse/FLINK-20472
Project: Flink
Issue Type: Improvement
Components: Quickstarts
Reporter: Stephan Ewen
I suggest we change the quickstarts to have the following dependencies.
- {{flink-dist}} (provided)
- log4j (runtime)
That way the projects created form quickstarts have exactly the same
dependencies as what the distribution provides. That solves all our mismatches
between needing different dependencies for compiling/running-in-IDE and
packaging for deployment.
For example, we can add the {{flink-connector-base}} and
{{flink-connector-files}} back to {{flink-dist}} without having any issues with
setting up dependencies in the user projects.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)