rmetzger commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-1006405358
Ah, nice catch. I've pushed another commit in my PR to see if that fixes the issue. As far as I understand the original issue, the grpc dependency is defined as a dependency range. The range contains only "1.41.1", and for some reason maven fails to resolve that range. By putting the 1.41.1 version explicitly into the dependency management, we disable the dependency resolution mechanism. Maven will see that we have transitive grpc dependencies, and will just take the version defined in the dependency management. -- 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]
