Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 ef0ea6ad6 -> 51cfd7d55
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/51cfd7d5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/51cfd7d5 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/51cfd7d5 Branch: refs/heads/4.x-HBase-1.2 Commit: 51cfd7d55d3a214f809b75203c99eadf6b647f5d Parents: ef0ea6a 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:31 2018 -0700 ---------------------------------------------------------------------- phoenix-server/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/51cfd7d5/phoenix-server/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml index c4cb303..afd3dbf 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>
