You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/05/29 02:54:30 UTC

[kylin] branch master updated: KYLIN-3372 upgrade jackson databind version to 2.9.5

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c67905  KYLIN-3372 upgrade jackson databind version to 2.9.5
4c67905 is described below

commit 4c67905d3cd82a0330a5ff212bd53187636623d0
Author: Chao Long <wa...@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 655e1d5..159a251 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
shaofengshi@apache.org.