Description
I create a simple Ant+Ivy project to test resolving the artifacts
published to Apache staging repo: https://github.com/mumrah/kafka-ivy.
This will fetch Kafka libs from the Apache staging area and other things
from Maven Central. It will fetch the jars into lib/ivy/
and generate
a report of the dependencies, conflicts, and licenses into ivy-report.
Notice I had to add three exclusions to get things working. Maybe we should
add these to our pom?
already handling the dependencies in KAFKA-1159 but if there is anything else to change from this output (like to confirm licensing with Scala or anything else) lets use this JIRA to capture that here