Skip to content

Commit 3667f7d

Browse files
authored
Make clickhouse-http-client as mandatory dependency
1 parent 6b40122 commit 3667f7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client-v2/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<groupId>${project.parent.groupId}</groupId>
3131
<artifactId>clickhouse-http-client</artifactId>
3232
<version>${revision}</version>
33-
<optional>true</optional>
3433
</dependency>
3534
<dependency>
3635
<groupId>org.slf4j</groupId>
@@ -318,4 +317,4 @@
318317
</profile>
319318
</profiles>
320319

321-
</project>
320+
</project>

0 commit comments

Comments
 (0)