Skip to content

Commit

Permalink
[FLINK-3067] Enforce zkclient 0.7 for Kafka
Browse files Browse the repository at this point in the history
This closes apache#1399
  • Loading branch information
rmetzger committed Nov 25, 2015
1 parent 008060f commit 2c507f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion flink-streaming-connectors/flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ under the License.
</exclusions>
</dependency>

<!-- force using the latest zkclient -->
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>0.7</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand All @@ -113,7 +121,7 @@ under the License.
</dependency>

</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -123,6 +131,7 @@ under the License.
</dependency>
</dependencies>
</dependencyManagement>


<build>
<plugins>
Expand Down

0 comments on commit 2c507f9

Please sign in to comment.