Jackie-Jiang opened a new issue, #13077: URL: https://github.com/apache/pinot/issues/13077
Currently we use the google cloud [BOM](https://mvnrepository.com/artifact/com.google.cloud/libraries-bom/26.38.0) to manage all the google library dependencies. Within the BOM there are separate versions maintained for some major dependencies such as guava, grpc etc. Currently we specify them in the pom, but seems they are not picked up. Need to figure out how to manage the google dependencies. ``` <!-- Google Libraries --> <google.cloud.libraries.version>26.37.0</google.cloud.libraries.version> <google.auth.version>1.23.0</google.auth.version> <gson.version>2.10.1</gson.version> <guava.version>33.1.0-jre</guava.version> <google.http-client.version>1.44.1</google.http-client.version> <protobuf.version>3.25.2</protobuf.version> <grpc.version>1.61.1</grpc.version> ``` -- 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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org