You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2018/03/29 15:34:05 UTC

phoenix git commit: PHOENIX-4677 Explicit list commons-cli dependency (addendum)

Repository: phoenix
Updated Branches:
  refs/heads/5.x-HBase-2.0 854d58b44 -> bdca54a69


PHOENIX-4677 Explicit list commons-cli dependency (addendum)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bdca54a6
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bdca54a6
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/bdca54a6

Branch: refs/heads/5.x-HBase-2.0
Commit: bdca54a69284fe6d12d84ad44ecf3553966cc8dd
Parents: 854d58b
Author: Josh Elser <el...@apache.org>
Authored: Thu Mar 29 11:27:04 2018 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Mar 29 11:33:54 2018 -0400

----------------------------------------------------------------------
 phoenix-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/bdca54a6/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 0d5affe..2afc182 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -355,6 +355,10 @@
       <artifactId>htrace-core</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>