补充kafka-connect相关包

This commit is contained in:
zengqiao
2022-12-06 18:00:29 +08:00
committed by EricZeng
parent 249fe7c700
commit fb5964af84
2 changed files with 28 additions and 1 deletions

View File

@@ -127,5 +127,9 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.13</artifactId>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-runtime</artifactId>
</dependency>
</dependencies>
</project>