Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
-
None
-
None
Description
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.