Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.3 fc35ccecc -> c3ed4f844


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/4.x-HBase-1.3
Commit: c3ed4f84444f80ea9825f1b6f1db0933ceddcd22
Parents: fc35cce
Author: Aman Poonia <[email protected]>
Authored: Tue Oct 30 13:57:52 2018 -0700
Committer: Vincent Poon <[email protected]>
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>

Reply via email to