Skip to content

Commit ab142e9

Browse files
committed
Fix conflict
1 parent 9432ace commit ab142e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

it/clickhouse/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ ext.summary = "Integration test utilities for ClickHouse."
2929

3030
def clickhouse_java_client_version = "0.9.6"
3131

32+
configurations.configureEach {
33+
resolutionStrategy.capabilitiesResolution.withCapability("org.lz4:lz4-java") {
34+
select("at.yawk.lz4:lz4-java:1.10.2")
35+
}
36+
}
37+
3238
dependencies {
3339
implementation project(path: ":it:common")
3440
implementation project(path: ":it:testcontainers")

0 commit comments

Comments
 (0)