Skip to content

Commit 0ad21c6

Browse files
committed
feat
1 parent ad6243e commit 0ad21c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<groupId>com.clickhouse</groupId>
108108
<artifactId>clickhouse-r2dbc</artifactId>
109109
<version>0.9.3</version>
110-
<classifier>http</classifier>
110+
<classifier>all</classifier>
111111
</dependency>
112112

113113
<dependency>

spring-clickhouse/spring-clickhouse-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.clickhouse</groupId>
2727
<artifactId>clickhouse-r2dbc</artifactId>
28-
<classifier>http</classifier>
28+
<classifier>all</classifier>
2929
</dependency>
3030

3131
<dependency>

0 commit comments

Comments
 (0)