ClickHouse / clickhouse-java

ClickHouse Java Clients & JDBC Driver
https://clickhouse.com
Apache License 2.0
1.45k stars 535 forks source link

[jdbc] JDBC has dependency on SNAPSHOT version of the clickhouse-http-client #1853

Closed livk-cloud closed 3 weeks ago

livk-cloud commented 1 month ago

when I use com.clickhouse:clickhouse-jdbc:0.7.0, I find something bad

this is shown in the figure below

4831d950d82d4cd6e0737ecbe65173d5

I don't understand why 0.7.0-SNAPSHOT is happening, not 0.7.0

chernser commented 1 month ago

Hi, @livk-cloud ! Thank you for reporting the issue. It is because a duplicate dependency was added with hardcoded version. Will fix in the next release.