You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/14 16:34:15 UTC

[flink] 04/16: Add kafka dependency

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch pull/19923/head
in repository https://gitbox.apache.org/repos/asf/flink.git

commit a2fb23f30300f0be82a2ec65b22fc97d04f8fbf7
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Sep 14 15:35:31 2022 +0200

    Add kafka dependency
---
 flink-end-to-end-tests/flink-sql-client-test/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
index 51bc916b4bb..72a1c874b9f 100644
--- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml
+++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
@@ -86,6 +86,12 @@ under the License.
 			<scope>provided</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>org.apache.kafka</groupId>
+			<artifactId>kafka-clients</artifactId>
+			<version>3.2.1</version>
+			<scope>test</scope>
+		</dependency>
 		<dependency>
 			<groupId>org.testcontainers</groupId>
 			<artifactId>kafka</artifactId>