You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2015/11/17 15:39:17 UTC

[2/6] flink git commit: [FLINK-3025] [kafka consumer] Bump transitive ZkClient dependency to 0.7 for bugfixes

[FLINK-3025] [kafka consumer] Bump transitive ZkClient dependency to 0.7 for bugfixes

This closes #1365


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a6547602
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a6547602
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a6547602

Branch: refs/heads/master
Commit: a654760299f6698b2a2673ca5b6ffba38b39ea4e
Parents: bdb306a
Author: Stephan Ewen <se...@apache.org>
Authored: Tue Nov 17 12:03:09 2015 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Nov 17 15:38:05 2015 +0100

----------------------------------------------------------------------
 flink-streaming-connectors/flink-connector-kafka/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a6547602/flink-streaming-connectors/flink-connector-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/flink-streaming-connectors/flink-connector-kafka/pom.xml b/flink-streaming-connectors/flink-connector-kafka/pom.xml
index a29989d..2ebe844 100644
--- a/flink-streaming-connectors/flink-connector-kafka/pom.xml
+++ b/flink-streaming-connectors/flink-connector-kafka/pom.xml
@@ -113,6 +113,16 @@ under the License.
 		</dependency>
 
 	</dependencies>
+	
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>com.101tec</groupId>
+				<artifactId>zkclient</artifactId>
+				<version>0.7</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
 
 	<build>
 		<plugins>