Stephan Ewen created FLINK-4342:
-----------------------------------
Summary: Fix dependencies of flink-connector-filesystem
Key: FLINK-4342
URL:
https://issues.apache.org/jira/browse/FLINK-4342 Project: Flink
Issue Type: Bug
Components: Streaming Connectors
Affects Versions: 1.1.0
Reporter: Stephan Ewen
Assignee: Stephan Ewen
Fix For: 1.2.0
The {{flink-connector-filesystem}} has inconsistent dependencies
- The Guava dependency is unused and can be removed
- The hadoop-shaded dependency is in 'compile' scope, but should be in 'provided' scope, because it must not go into the user code jar.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)