[FLINK-3067] Enforce zkclient 0.7 for Kafka

This closes #1399
pull/1399/head
Robert Metzger 9 years ago
parent 008060f16d
commit 2c507f9330

@ -92,6 +92,14 @@ under the License.
</exclusions> </exclusions>
</dependency> </dependency>
<!-- force using the latest zkclient -->
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>0.7</version>
<type>jar</type>
</dependency>
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
@ -113,7 +121,7 @@ under the License.
</dependency> </dependency>
</dependencies> </dependencies>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
@ -123,6 +131,7 @@ under the License.
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<build> <build>
<plugins> <plugins>

Loading…
Cancel
Save