[ https://issues.apache.org/jira/browse/KAFKA-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980479#comment-15980479 ]
ASF GitHub Bot commented on KAFKA-5081: --------------------------------------- GitHub user dejan2609 opened a pull request: https://github.com/apache/kafka/pull/2899 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/2899.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 #2899 ---- commit 9573ff6741b58603e4df935eb53de5fa59b535f2 Author: dstojadinovic <dstojadino...@groundlink.com> Date: 2017-04-23T07:37:03Z 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)