You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/08/09 20:50:20 UTC

[jira] [Created] (FLINK-4342) Fix dependencies of flink-connector-filesystem

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)