HADOOP-13681. Reduce Kafka dependencies in hadoop-kafka module. Contributed by Grant Henke.

This closes #133
This commit is contained in:
Akira Ajisaka 2016-10-05 20:43:34 +09:00
parent 9a61b52fbe
commit 6cfe649375
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
<!-- see ../../hadoop-project/pom.xml for versions -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
<exclusions>
<exclusion>