You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/12/17 05:59:00 UTC

[5/6] phoenix git commit: PHOENIX-1468 Add org.iq80.snappy to client and server assemblies

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/b942caf5
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b942caf5
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b942caf5

Branch: refs/heads/master
Commit: b942caf5fa8b1ac099ad292302c0d1de5b1c60f7
Parents: 8f289e6
Author: Mujtaba <mu...@apache.org>
Authored: Thu Dec 4 11:37:04 2014 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Tue Dec 16 20:57:59 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/b942caf5/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>