Github user vincentpoon commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/411#discussion_r239237418
--- Diff: phoenix-core/pom.xml ---
@@ -26,6 +26,7 @@
<properties>
<top.dir>${project.basedir}/..</top.dir>
+ <argparse4j.version>0.8.1</argparse4j.version>
--- End diff --
don't think we need a separate property just to hold the version, as it's
not used anywhere else?---
