Skip to content

Commit 3097e3e

Browse files
committed
[FLINK-39288][docs] Update DataStream API package guidance for Flink 1.20.x and 2.2.x
1 parent ca4054f commit 3097e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/docs/connectors/flink-sources/datastream-api-package-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This guide provides a simple `pom.xml` example for packaging DataStream job JARs
115115
<!-- Checked the dependencies of the Flink project and below is a feasible reference. -->
116116
<dependency>
117117
<groupId>org.apache.flink</groupId>
118-
<artifactId>flink-sql-connector-mysql-cdc</artifactId>
118+
<artifactId>flink-connector-mysql-cdc</artifactId>
119119
<version>${flink.cdc.version}</version>
120120
</dependency>
121121
<dependency>

0 commit comments

Comments
 (0)