You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/03/04 17:50:33 UTC

[GitHub] [phoenix] mihir6692 commented on a change in pull request #721: PHOENIX-5755 Ensure that Hadoop and HBase dependencies are not overri…

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:
users@infra.apache.org


With regards,
Apache Git Services