[ 
https://issues.apache.org/jira/browse/KAFKA-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509401#comment-16509401
 ] 

ASF GitHub Bot commented on KAFKA-6351:
---------------------------------------

omkreddy closed pull request #4719: KAFKA-6351: Prevent copying javassist 
library to Kafka distribution from tools project
URL: https://github.com/apache/kafka/pull/4719
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index 5e4c35643c2..1683ed692b6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -721,7 +721,7 @@ project(':core') {
     from(configurations.archives.artifacts.files) { into("libs/") }
     from(project.siteDocsTar) { into("site-docs/") }
     from(project(':tools').jar) { into("libs/") }
-    from(project(':tools').configurations.runtime) { into("libs/") }
+    from(project(':tools').configurations.runtime) { into("libs/") exclude 
'**/*javassist*'}
     from(project(':connect:api').jar) { into("libs/") }
     from(project(':connect:api').configurations.runtime) { into("libs/") }
     from(project(':connect:runtime').jar) { into("libs/") }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> libs directory has duplicate javassist jars
> -------------------------------------------
>
>                 Key: KAFKA-6351
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6351
>             Project: Kafka
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.0
>            Reporter: pre sto
>            Priority: Minor
>
> Downloaded kafka_2.11-1.0.0 and noticed duplicate jars under libs
> javassist-3.20.0-GA.jar
> javassist-3.21.0-GA.jar
> I assume that's a mistake



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to