You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2018/11/10 20:59:11 UTC

[08/22] phoenix git commit: PHOENIX-4989 Include disruptor jar in shaded dependency

PHOENIX-4989 Include disruptor jar in shaded dependency


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

Branch: refs/heads/omid2
Commit: c3ed4f84444f80ea9825f1b6f1db0933ceddcd22
Parents: fc35cce
Author: Aman Poonia <am...@gmail.com>
Authored: Tue Oct 30 13:57:52 2018 -0700
Committer: Vincent Poon <vi...@apache.org>
Committed: Thu Nov 1 17:21:15 2018 -0700

----------------------------------------------------------------------
 phoenix-server/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c3ed4f84/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index f5ba7f7..339bf8a 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -139,6 +139,7 @@
                   <include>com.ibm.icu:icu4j</include>
                   <include>com.ibm.icu:icu4j-charset</include>
                   <include>com.ibm.icu:icu4j-localespi</include>
+                  <include>com.lmax:disruptor</include>
                 </includes>
                   <excludes>
                     <exclude>org.apache.phoenix:phoenix-server</exclude>