Skip to content

Commit ad93cf2

Browse files
committed
Update readme with correct classifier
1 parent f7c061b commit ad93cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Maven
4949
<groupId>com.clickhouse.flink</groupId>
5050
<artifactId>flink-connector-clickhouse-2.0.0</artifactId>
5151
<version>0.1.0</version>
52-
<type>pom</type>
52+
<classifier>all</classifier>
5353
</dependency>
5454
```
5555

@@ -62,7 +62,7 @@ Maven
6262
<groupId>com.clickhouse.flink</groupId>
6363
<artifactId>flink-connector-clickhouse-1.17</artifactId>
6464
<version>0.1.0</version>
65-
<type>pom</type>
65+
<classifier>all</classifier>
6666
</dependency>
6767
```
6868

0 commit comments

Comments
 (0)