mirror of https://github.com/apache/druid.git
replace Kafka 0.8.1.1 with 0.8.2.0 stable
This commit is contained in:
parent
1971c1679c
commit
38e8dfdc98
|
@ -39,18 +39,8 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka_2.8.0</artifactId>
|
||||
<version>0.8.1.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<artifactId>kafka_2.10</artifactId>
|
||||
<version>0.8.2.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Tests -->
|
||||
|
|
Loading…
Reference in New Issue