Jackie-Jiang commented on code in PR #15437: URL: https://github.com/apache/pinot/pull/15437#discussion_r2029552651
########## pom.xml: ########## @@ -1215,6 +1234,12 @@ <type>pom</type> <scope>import</scope> </dependency> + <!-- com.google.api.grpc:proto-google-common-protos needs to appear before com.google.cloud:libraries-bom --> + <dependency> + <groupId>com.google.api.grpc</groupId> + <artifactId>proto-google-common-protos</artifactId> + <version>${proto-google-common-protos.version}</version> + </dependency> Review Comment: Why are we adding this new dependency? -- 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 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