You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by yinonavraham <gi...@git.apache.org> on 2017/10/25 08:46:57 UTC

[GitHub] kafka pull request #4131: Remove maven central repository, use only jcenter

GitHub user yinonavraham opened a pull request:

    https://github.com/apache/kafka/pull/4131

    Remove maven central repository, use only jcenter

    jcenter is a super set on top of maven central, so having both of those repositories is redundant, and the preferred one should be jcenter.

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

    $ git pull https://github.com/yinonavraham/kafka patch-1

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

    https://github.com/apache/kafka/pull/4131.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 #4131
    
----
commit 11951eaec6e865a1fa32aab4c846f96ae8d08fe2
Author: Yinon Avraham <yi...@gmail.com>
Date:   2017-10-25T08:46:07Z

    Remove maven central repository, use only jcenter
    
    jcenter is a super set on top of maven central, so having both of those repositories is redundant, and the preferred one should be jcenter.

----


---