GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4971
[FLINK-8010][build] Bump remaining flink-shaded versions
## What is the purpose of the change
This PR bumps the remaining flink-shaded dependencies to 2.0.
## Brief change log
* add flink-shaded version property to root-pom (to prevent this issue in
the future)
* group flink-shaded dependencies together
* replace dependency version with flink-shaded version property
## Verifying this change
If it compiles we're good.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes)
## Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8010
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4971.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 #4971
----
commit a58fcd9172f8cf1a9d262345c1c0393e7b16e632
Author: zentol <[email protected]>
Date: 2017-11-07T14:36:49Z
[FLINK-8010][build] Bump remaining flink-shaded versions
----
---