Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/18353#discussion_r125189902
--- Diff: external/kafka-0-10/pom.xml ---
@@ -49,30 +50,14 @@
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ <version>${kafka.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
<artifactId>kafka_${scala.binary.version}</artifactId>
- <version>0.10.0.1</version>
- <exclusions>
--- End diff --
Is the point here that it's not particularly important to carefully trim
down the dependency graph if this becomes a test-only artifact?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]