galenwarren commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-819567717
Thanks @xintongsong, take your time, of course. And sounds good re: ```commit```, I'll just leave it as is. The first AZP build error looks to be related to the license/notice files we've been discussing, so when I add that I expect that will be fixed. The second is a bit more puzzling, it's complaining that: > Failed to execute goal on project flink-gs-fs-hadoop: Could not resolve dependencies for project org.apache.flink:flink-gs-fs-hadoop:jar:1.13-SNAPSHOT: Failed to collect dependencies at com.google.cloud.bigdataoss:gcs-connector:jar:hadoop3-2.2.0 -> com.google.cloud.bigdataoss:gcsio:jar:2.2.0 -> io.grpc:grpc-alts:jar:1.34.1 -> io.grpc:grpc-grpclb:jar:1.34.1 -> io.grpc:grpc-core:jar:[1.34.1]: No versions available for io.grpc:grpc-core:jar:[1.34.1] within specified range -> [Help 1] ... but that dependency does seem to exist (https://mvnrepository.com/artifact/io.grpc/grpc-core/1.34.1), and ```mvn clean package -DskipTests``` succeeds locally. Is there anything obvious I'm missing that would explain why that dependency wouldn't resolve in AZP? I'm wondering if maybe it was some transient problem, I think I'll rerun the AZP build to see if we get the same result. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
