[
https://issues.apache.org/jira/browse/FLINK-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16489101#comment-16489101
]
ASF GitHub Bot commented on FLINK-9091:
---------------------------------------
GitHub user twalthr opened a pull request:
https://github.com/apache/flink/pull/6073
[FLINK-9091] [table] Fix dependency convergence for flink-table
## What is the purpose of the change
Since FLINK-8511 solved most of the dependency convergence issues that were
described in FLINK-9091. This PR solves the remaining ones by replacing the
`dependencyManagement` section by exclusions.
## Brief change log
`flink-table/pom.xml` modified
## Verifying this change
Manually verified by e2e tests and SQL Client query execution.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): yes
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: no
- The S3 file system connector: no
## 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/twalthr/flink FLINK-9091
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6073.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 #6073
----
commit 639df7cd3e690c2dcfaf35fb43d6b02ec48451f4
Author: Timo Walther <twalthr@...>
Date: 2018-05-18T10:10:14Z
[FLINK-9091] [table] Fix dependency convergence for flink-table
----
> Failure while enforcing releasability in building flink-json module
> -------------------------------------------------------------------
>
> Key: FLINK-9091
> URL: https://issues.apache.org/jira/browse/FLINK-9091
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Reporter: Ted Yu
> Assignee: Hai Zhou
> Priority: Major
> Attachments: f-json.out
>
>
> Got the following when building flink-json module:
> {code}
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence
> failed with message:
> Failed while enforcing releasability. See above detailed error message.
> ...
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce
> (dependency-convergence) on project flink-json: Some Enforcer rules have
> failed. Look above for specific messages explaining why the rule failed. ->
> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)