rahil-c commented on code in PR #704: URL: https://github.com/apache/incubator-xtable/pull/704#discussion_r2076744087
########## pom.xml: ########## @@ -352,6 +358,16 @@ <version>${spark.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.antlr</groupId> + <artifactId>antlr4-runtime</artifactId> Review Comment: For now i think the simplest solution is moving this to the antlr dep to the rest-service pom.xml and using `dependency management` to ensure this picks the correct version. This should leave all other modules untouched and resolve the dep conflict for the service. -- 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...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org