You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/04/16 17:25:57 UTC

[GitHub] flink pull request #5859: [FLINK-9186][build] Enable dependenvy convergence ...

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5859

    [FLINK-9186][build] Enable dependenvy convergence for flink-libraries

    ## What is the purpose of the change
    
    This PR enables dependency-convergence for `flink-libraries`. There is only a single violation in `flink-ml` making this a very low-hanging fruit.
    
    ## Brief change log
    
    * pin version of scala-xml in flink-ml to 1.0.5 (conflict was 1.0.5 vs 1.0.2)
    * remove disabling pom entry from flink-libraries
    * remove enabling pom entries from flink-table/flink-sql-client (now redundant)
    
    ## Verifying this change
    
    * run `mvn validate` in flink-libraries to check convergence
    * run `flink-ml` tests to cover dependency change
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (**yes**)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 9186

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5859.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 #5859
    
----
commit 4380fba1c3befc9fe88a7f869ebd81f0e6b8b40f
Author: zentol <ch...@...>
Date:   2018-04-16T17:21:14Z

    [FLINK-9186][build] Enable dependenvy convergence for flink-libraries

----


---

[GitHub] flink issue #5859: [FLINK-9186][build] Enable dependenvy convergence for fli...

Posted by twalthr <gi...@git.apache.org>.
Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/5859
  
    +1 for this


---

[GitHub] flink pull request #5859: [FLINK-9186][build] Enable dependenvy convergence ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/5859


---