You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by td...@apache.org on 2015/07/01 09:45:39 UTC

[3/3] phoenix git commit: PHOENIX-2085 Include joda-time in phoenix server jar

PHOENIX-2085 Include joda-time in phoenix server jar


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

Branch: refs/heads/4.4-HBase-0.98
Commit: 3c52a635db3b8d9cf69540229ad32c2fc3e4a6a6
Parents: 99abd46
Author: Thomas D'Silva <td...@salesforce.com>
Authored: Mon Jun 29 13:21:30 2015 -0700
Committer: Thomas D'Silva <td...@salesforce.com>
Committed: Wed Jul 1 00:45:16 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3c52a635/phoenix-assembly/src/build/server.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/src/build/server.xml b/phoenix-assembly/src/build/server.xml
index 12d3d81..78a4b1f 100644
--- a/phoenix-assembly/src/build/server.xml
+++ b/phoenix-assembly/src/build/server.xml
@@ -38,6 +38,7 @@
         <include>org.iq80.snappy:snappy</include>
         <include>org.jruby.joni:joni</include>
         <include>org.jruby.jcodings:jcodings</include>
+	<include>joda-time:joda-time</include>
       </includes>
     </dependencySet>
     <dependencySet>