rfscholte commented on code in PR #14015: URL: https://github.com/apache/pinot/pull/14015#discussion_r1765098870
########## pinot-common/pom.xml: ########## @@ -301,6 +303,10 @@ <artifactId>equalsverifier</artifactId> <scope>test</scope> </dependency> + <dependency> Review Comment: this makes it a project dependency, while it is only used by the plugin. According to https://maven.apache.org/plugins/maven-antrun-plugin/examples/customTasks.html you should add the dependency to the plugin . -- 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