[
https://issues.apache.org/jira/browse/FLINK-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367562#comment-15367562
]
ASF GitHub Bot commented on FLINK-4159:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2217
[FLINK-4159] Remove Quickstart exclusions for unused dependencies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 4159_qs_exclude
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2217.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2217
----
commit c74d8c3b930342f393503d24f910ff2b2b7c5f3d
Author: zentol <[email protected]>
Date: 2016-07-08T11:24:03Z
[FLINK-4159] Remove Quickstart exclusions for unused dependencies
----
> 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>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)