-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Labels
Milestone
Description
After changing maven dependency from 0.3.2-patch9
to 0.3.2-patch10
, I've got ClassNotFoundException
for com.clickhouse.client.config.ClickHouseOption
Looking into https://mvnrepository.com/artifact/com.clickhouse/clickhouse-jdbc/0.3.2-patch10 and https://mvnrepository.com/artifact/com.clickhouse/clickhouse-jdbc/0.3.2-patch9
I see that there are no more dependencies in corresponding section
tjlee and AlexMAS