suztomo commented on PR #27695: URL: https://github.com/apache/beam/pull/27695#issuecomment-1652707484
@burkedavison This pull request hit Gradle's Guava version selection problem https://github.com/google/guava/issues/6642 ``` 00:01:59 > Module 'com.google.guava:guava' has been rejected: 00:01:59 Cannot select module with conflict on capability 'com.google.guava:listenablefuture:1.0' also provided by [com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava(runtime)] 00:01:59 > Could not resolve com.google.guava:guava:16.0.1. 00:01:59 Required by: 00:01:59 project :sdks:java:extensions:sql:jdbc > project :sdks:java:extensions:sql > project :sdks:java:io:parquet > org.apache.hadoop:hadoop-common:2.10.2 > org.apache.curator:curator-client:2.13.0 00:01:59 > Module 'com.google.guava:guava' has been rejected: 00:01:59 Cannot select module with conflict on capability 'com.google.guava:listenablefuture:1.0' also provided by [com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava(runtime)] 00:01:59 ``` -- 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]
