You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2016/07/06 09:53:11 UTC

[jira] [Created] (FLINK-4159) Quickstart poms exclude unused dependencies

Chesnay Schepler created FLINK-4159:
---------------------------------------

             Summary: Quickstart poms exclude unused dependencies
                 Key: FLINK-4159
                 URL: https://issues.apache.org/jira/browse/FLINK-4159
             Project: Flink
          Issue Type: Bug
          Components: Quickstarts
    Affects Versions: 1.1.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
            Priority: Minor
             Fix For: 1.1.0


The Quickstart poms exclude several dependencies from being packaged into the fat-jar, even though they aren't used by Flink according to `mvn dependency:tree`.

<exclude>com.amazonaws:aws-java-sdk</exclude>
<exclude>com.twitter:chill-avro_*</exclude>
<exclude>com.twitter:chill-bijection_*</exclude>
<exclude>com.twitter:bijection-core_*</exclude>
<exclude>com.twitter:bijection-avro_*</exclude>
<exclude>de.javakaffee:kryo-serializers</exclude>
<exclude>org.apache.sling:org.apache.sling.commons.json</exclude>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)