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

[flink] 03/03: [hotfix][connector/kafka] Add Kafka connector dependency in Kafka E2E test module

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

fpaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 6f054398268f69169cd066ff0905479d103df7b1
Author: Qingsheng Ren <re...@gmail.com>
AuthorDate: Tue Jan 4 16:27:34 2022 +0800

    [hotfix][connector/kafka] Add Kafka connector dependency in Kafka E2E test module
---
 flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml b/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml
index 12fa08f..b526600 100644
--- a/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml
+++ b/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml
@@ -45,6 +45,11 @@ under the License.
 		</dependency>
 		<dependency>
 			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-connector-kafka</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-test-utils-junit</artifactId>
 			<scope>compile</scope>
 		</dependency>