Skip to content

Commit b6b9f51

Browse files
committed
Update example with correct dependency
1 parent f3740fb commit b6b9f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/maven/covid/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ under the License.
7676
</dependency>
7777

7878
<dependency>
79-
<groupId>org.apache.flink.connector</groupId>
80-
<artifactId>clickhouse</artifactId>
79+
<groupId>com.clickhouse.flink</groupId>
80+
<artifactId>flink-connector-clickhouse-2.0.0</artifactId>
8181
<version>0.0.1</version>
8282
<classifier>all</classifier>
8383
</dependency>

0 commit comments

Comments
 (0)