Skip to content

Commit 5758ec5

Browse files
authored
Merge pull request #2294 from ClickHouse/fix_shaded_missing_lz4
[jdbc] Fix missing dependency in shaded package
2 parents 335caaf + 94ef1ca commit 5758ec5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [jdbc-v2] Fixed SQL parser failure to parse SQL statement with comments (https://github.com/ClickHouse/clickhouse-java/issues/2217)
1111
- [client-v2] Fixed issue with excessive logging (https://github.com/ClickHouse/clickhouse-java/issues/2201)
1212
- [jdbc-v2] Fixed handling IP addresses (https://github.com/ClickHouse/clickhouse-java/issues/2140)
13+
- [jdbc] - Fixed missing LZ4 dependency in shaded package (https://github.com/ClickHouse/clickhouse-java/issues/2275)
1314

1415
## 0.8.2
1516

clickhouse-jdbc/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@
420420
<include>org.apache.httpcomponents.core5:httpcore5</include>
421421
<include>org.apache.httpcomponents.core5:httpcore5-h2</include>
422422
<include>com.clickhouse:jdbc-v2</include>
423+
<include>org.apache.commons:commons-compress</include>
423424
<include>org.lz4:lz4-java</include>
424425
</includes>
425426
</artifactSet>

0 commit comments

Comments
 (0)