mihir6692 commented on a change in pull request #721: PHOENIX-5755 Ensure that
Hadoop and HBase dependencies are not overri…
URL: https://github.com/apache/phoenix/pull/721#discussion_r387832040
##########
File path: pom.xml
##########
@@ -153,6 +154,16 @@
<target>1.8</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr3-maven-plugin</artifactId>
+ <version>3.5.2</version>
Review comment:
nit: can we use version as antlr.version property? It's already defined in
this pom.xml
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services