[
https://issues.apache.org/jira/browse/KAFKA-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980483#comment-15980483
]
ASF GitHub Bot commented on KAFKA-5081:
---------------------------------------
GitHub user dejan2609 opened a pull request:
https://github.com/apache/kafka/pull/2900
KAFKA-5081: use gradle resolution strategy 'failOnVersionConflict'
(in order to prevent redundant jars from being bundled into kafka
distribution)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dejan2609/kafka KAFKA-5081
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2900.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 #2900
----
commit 02f9c7ad5a56e0bca02908d74cf443721f96f80d
Author: dejan2609 <[email protected]>
Date: 2017-04-23T17:36:45Z
KAFKA-5081: use gradle resolution strategy 'failOnVersionConflict' (in
order to prevent redundant jars from being bundled into kafka distribution)
----
> two versions of jackson-annotations-xxx.jar in distribution tgz
> ---------------------------------------------------------------
>
> Key: KAFKA-5081
> URL: https://issues.apache.org/jira/browse/KAFKA-5081
> Project: Kafka
> Issue Type: Bug
> Components: build
> Reporter: Edoardo Comar
> Priority: Minor
>
> git clone https://github.com/apache/kafka.git
> cd kafka
> gradle
> ./gradlew releaseTarGz
> then kafka/core/build/distributions/kafka-...-SNAPSHOT.tgz contains
> in the libs directory two versions of this jar
> jackson-annotations-2.8.0.jar
> jackson-annotations-2.8.5.jar
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)