gortiz commented on code in PR #12571: URL: https://github.com/apache/pinot/pull/12571#discussion_r1514255045
########## pinot-plugins/pinot-input-format/pinot-orc/pom.xml: ########## @@ -70,5 +70,9 @@ <artifactId>xml-apis</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> Review Comment: We should set this in the dependency management section of the root pom. That way it will be enforced for any transitive 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