This is an automated email from the ASF dual-hosted git repository. tdsilva pushed a commit to branch 4.14-HBase-1.4 in repository https://gitbox.apache.org/repos/asf/phoenix.git
commit 9e51efa927de7d352c5789f5e3f282c6f4fab9ce Author: Aman Poonia <[email protected]> AuthorDate: Tue Oct 30 13:57:52 2018 -0700 PHOENIX-4989 Include disruptor jar in shaded dependency --- phoenix-server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml index 139647d..39bd8b9 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>
