Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/6073
DependencyManagement in the root pom should cover dependencies that we
share and expose across modules.
Enforcing convergence with one module (`flink-table`) for a dependency that
is hidden (shaded) should be handled in that module, not clutter the
project-global configuration.---
