update kafka client for kafka indexing service to 0.9.0.1 (#3109)

This commit is contained in:
David Lim 2016-06-08 07:51:03 -06:00 committed by Charles Allen
parent 5321ba3e8f
commit 4faa298977
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.9.0.0</version>
<version>0.9.0.1</version>
</dependency>
<!-- Tests -->