From fb5964af846843951026f86e4fb58d44c61656cc Mon Sep 17 00:00:00 2001 From: zengqiao Date: Tue, 6 Dec 2022 18:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85kafka-connect=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- km-common/pom.xml | 4 ++++ pom.xml | 25 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/km-common/pom.xml b/km-common/pom.xml index e9e66c22..08b90dd7 100644 --- a/km-common/pom.xml +++ b/km-common/pom.xml @@ -127,5 +127,9 @@ org.apache.kafka kafka_2.13 + + org.apache.kafka + connect-runtime + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e1b7bbc3..dfd612aa 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,11 @@ 2.9.2 1.5.21 - 2.8.1 + + 2.8.1 + 2.8.1 + 2.8.1 6.6.2 3.4.2 @@ -196,6 +199,7 @@ provided + org.apache.kafka kafka-clients @@ -206,6 +210,25 @@ kafka_2.13 ${kafka.version} + + org.apache.kafka + connect-runtime + ${kafka-connect-runtime.version} + + + org.apache.kafka + connect-transforms + + + org.apache.kafka + connect-api + + + org.slf4j + slf4j-log4j12 + + + com.google.guava