Ismaël Mejía created BEAM-7878:
----------------------------------
Summary: Refine Spark runner dependencies
Key: BEAM-7878
URL: https://issues.apache.org/jira/browse/BEAM-7878
Project: Beam
Issue Type: Improvement
Components: runner-spark
Reporter: Ismaël Mejía
Assignee: Ismaël Mejía
The Spark runner has more dependencies than it needs:
* The jackson_module_scala dependency is marked as compile but it is only
needed at runtime so it ends up leaking this module.
* The dropwizard, scala-library and commons-compress dependencies are declared
but unused.
* The Kafka dependency version is not aligned with the rest of Beam.
* The Kafka and zookeeper dependencies are used only for the tests but
currently are provided
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)