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

Ben Manes commented on KAFKA-1064:
----------------------------------

My naive change would be to remove the ivyXML declaration as unnecessary. I'm 
not very familiar with sbt and why ivy metadata is defined, so that may not be 
the proper fix.
                
> Bad pom.xml definition
> ----------------------
>
>                 Key: KAFKA-1064
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1064
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.8
>            Reporter: Ben Manes
>
> The generated pom.xml includes *two* dependency sections. This results in 
> Gradle being unable to resolve transitive dependencies as it inspects the 
> first dependency section, not the second which includes the actual 
> dependencies. Thus, using Kafka in Gradle requires specifying all the 
> dependencies by hand or rewriting the pom.xml and deploying to an internal 
> repository.
> http://search.maven.org/remotecontent?filepath=org/apache/kafka/kafka_2.9.1/0.8.0-beta1/kafka_2.9.1-0.8.0-beta1.pom

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to