[
https://issues.apache.org/jira/browse/FLINK-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-4159:
------------------------------------
Description:
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>
was:
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>
> 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)