Amar3tto commented on code in PR #39270:
URL: https://github.com/apache/beam/pull/39270#discussion_r3616475152
##########
it/clickhouse/build.gradle:
##########
@@ -29,6 +29,12 @@ ext.summary = "Integration test utilities for ClickHouse."
def clickhouse_java_client_version = "0.9.6"
+configurations.configureEach {
+ resolutionStrategy.capabilitiesResolution.withCapability("org.lz4:lz4-java")
{
+ select("at.yawk.lz4:lz4-java:1.10.2")
+ }
+}
Review Comment:
Yes, because of moving some dependencies to common, there was a lz4 conflict
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]