This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 9a1dcd8ba3e3be57be8d26ca5040bfa2d4a06239 Author: Chao Long <wayn...@qq.com> AuthorDate: Thu May 24 17:01:50 2018 +0800 KYLIN-3372 upgrade jackson databind version to 2.9.5 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 608b5a2..9e86993 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ <commons-collections.version>3.2.2</commons-collections.version> <!-- Calcite deps, keep compatible with calcite.version --> - <jackson.version>2.6.7.1</jackson.version> + <jackson.version>2.9.5</jackson.version> <!-- Test Dependency versions --> <antlr.version>3.4</antlr.version> @@ -597,9 +597,19 @@ </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>${jackson.version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>${jackson.version}</version> + </dependency> <!-- Spark dependency --> <dependency> -- To stop receiving notification emails like this one, please contact shaofeng...@apache.org.