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

[11/12] 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/9bf6fc63
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9bf6fc63
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9bf6fc63

Branch: refs/heads/4.x-cdh5.15
Commit: 9bf6fc632b7ce49d5077329396b373a13d79be7b
Parents: a434163
Author: Aman Poonia <am...@gmail.com>
Authored: Tue Oct 30 20:57:52 2018 +0000
Committer: pboado <pe...@gmail.com>
Committed: Sun Nov 25 22:09:29 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9bf6fc63/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index faf42d6..648e4d1 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>