You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/12/04 20:34:18 UTC

phoenix git commit: PHOENIX-1468 Add org.iq80.snappy to client and server assemblies

Repository: phoenix
Updated Branches:
  refs/heads/4.2 b71ea6c68 -> 92b3e3337


PHOENIX-1468 Add org.iq80.snappy to client and server assemblies


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

Branch: refs/heads/4.2
Commit: 92b3e33374005f1376fca1b91b0c2d14f7412ade
Parents: b71ea6c
Author: Mujtaba <mu...@apache.org>
Authored: Thu Dec 4 11:34:06 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Thu Dec 4 11:34:06 2014 -0800

----------------------------------------------------------------------
 phoenix-assembly/src/build/server-without-antlr.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/92b3e333/phoenix-assembly/src/build/server-without-antlr.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/src/build/server-without-antlr.xml b/phoenix-assembly/src/build/server-without-antlr.xml
index 78977ac..4940b1a 100644
--- a/phoenix-assembly/src/build/server-without-antlr.xml
+++ b/phoenix-assembly/src/build/server-without-antlr.xml
@@ -36,6 +36,7 @@
       <includes>
         <include>org.apache.phoenix:phoenix-core</include>
         <include>org.apache.phoenix:phoenix-hadoop*</include>
+        <include>org.iq80.snappy:snappy</include>
       </includes>
     </dependencySet>
   </dependencySets>