erikanderson commented on PR #21035:
URL: https://github.com/apache/kafka/pull/21035#issuecomment-3603101937

   > Also there's still a build issue:
   > 
   > ```
   > Could not determine the dependencies of task ':clients:shadowJar'.
   > > Could not resolve all dependencies for configuration 
':clients:runtimeClasspath'.
   >    > Could not resolve org.lz4:lz4-java:1.8.1.
   >      Required by:
   >          project ':clients'
   >       > Module 'org.lz4:lz4-java' has been rejected:
   >            Cannot select module with conflict on capability 
'org.lz4:lz4-java:1.8.1' also provided by ['at.yawk.lz4:lz4-java:1.8.1' 
(runtimeElements)]
   >    > Could not resolve at.yawk.lz4:lz4-java:1.8.1.
   >      Required by:
   >          project ':clients' > org.lz4:lz4-java:1.8.1
   >       > Module 'at.yawk.lz4:lz4-java' has been rejected:
   >            Cannot select module with conflict on capability 
'org.lz4:lz4-java:1.8.1' also provided by ['org.lz4:lz4-java:1.8.1' (runtime)]
   > ```
   
   It looks like there was a recent change to discontinue 
https://github.com/lz4/lz4-java, in favor of community fork 
https://github.com/yawkat/lz4-java . I'll try updating to new GAV


-- 
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]

Reply via email to