[CALCITE-1021] Upgrade Jackson
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/6acb28d8 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/6acb28d8 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/6acb28d8 Branch: refs/heads/master Commit: 6acb28d844e336426ef9b541f6260569e19519e1 Parents: 4d58768 Author: Julian Hyde <[email protected]> Authored: Fri Jan 15 11:32:26 2016 -0800 Committer: Julian Hyde <[email protected]> Committed: Thu Jan 21 15:07:20 2016 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/6acb28d8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 145eafe..fab54ef 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ limitations under the License. <hydromatic-resource.version>0.5.1</hydromatic-resource.version> <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version> <hydromatic-tpcds.version>0.4</hydromatic-tpcds.version> - <jackson.version>2.1.1</jackson.version> + <jackson.version>2.6.3</jackson.version> <janino.version>2.7.6</janino.version> <java-diff.version>1.1</java-diff.version> <javacc-maven-plugin.version>2.4</javacc-maven-plugin.version>
