[
https://issues.apache.org/jira/browse/FLINK-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242290#comment-16242290
]
ASF GitHub Bot commented on FLINK-8011:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4973
[FLINK-8011][dist] Set flink-python to provided
## What is the purpose of the change
Minor clean-up in the flink-dist pom. flink-python is now set to provided,
similar to other libraries, and the shading exclusion was removed.
## Verifying this change
Compile flink-dist and check that flink-python is correctly put in the /lib
folder.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8011
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4973.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 #4973
----
commit 9916af8d863845d81444ee870929ebf29b2d5d54
Author: zentol <[email protected]>
Date: 2017-11-07T16:13:57Z
[FLINK-8011][dist] Set flink-python to provided
----
> Set dist flink-python dependency to provided
> --------------------------------------------
>
> Key: FLINK-8011
> URL: https://issues.apache.org/jira/browse/FLINK-8011
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Affects Versions: 1.4.0, 1.5.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.5.0
>
>
> We can simplify the flink-dist pom by setting the flink-python dependency to
> provided, which allows us to remove an exclusion from the shade plugin
> configuration.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)