Skip to content

Commit

Permalink
CB-5038 update clickhouse driver (#2731)
Browse files Browse the repository at this point in the history
Co-authored-by: Evgenia Bezborodova <[email protected]>
Co-authored-by: Alexander Skoblikov <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent 09de0c3 commit c2330e9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions server/drivers/clickhouse_com/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,19 @@
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.6.0-patch2</version>
<classifier>all</classifier>
<version>0.6.1</version>
<classifier>http</classifier>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit c2330e9

Please sign in to comment.