Abacn commented on PR #27645:
URL: https://github.com/apache/flink/pull/27645#issuecomment-4733755795
It's causing module conflicts if org.lz4:lz4-java also exists in the
dependency tree, which is common (used by kafka-client):
```
> Could not resolve org.lz4:lz4-java:1.8.0.
> Module 'org.lz4:lz4-java' has been rejected:
Cannot select module with conflict on capability
'org.lz4:lz4-java:1.8.0' also provided by
[at.yawk.lz4:lz4-java:1.10.3(runtimeElements)]
> Could not resolve at.yawk.lz4:lz4-java:1.10.3.
> Module 'at.yawk.lz4:lz4-java' has been rejected:
Cannot select module with conflict on capability
'org.lz4:lz4-java:1.10.3' also provided by [org.lz4:lz4-java:1.8.0(runtime)]
```
as a result one needs to exclude one of is or use a dependencyResolution,
however downstream could still be breaking. See
https://github.com/apache/beam/pull/38961#discussion_r3423624921 for details
--
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]