Github user rmetzger commented on the issue:
https://github.com/apache/flink/pull/2664
Thank you for fixing the issue so quickly.
I'm wondering whether the current approach is a good idea, because it
requires manual checking of all transitive dependencies. We have something
similar (=manual as well) in the quickstart, where we exclude some artifact,
and it doesn't really happen that people update that list of excludes.
So I fear that if somebody changes a connector for example, it will not be
added here.
I guess adding an assembly descriptor for each connector / module would
solve the problem with the transitive dependencies. I don't know if there's a
more efficient approach.
What do you think?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---