DRILL-5986: Update jackson-databind version to 2.7.9.1

closes #1046


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/1e789990
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/1e789990
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/1e789990

Branch: refs/heads/master
Commit: 1e7899909af31c90985f141fbcb9e6e8eb13baf8
Parents: bfaec28
Author: Volodymyr Vysotskyi <vvo...@gmail.com>
Authored: Wed Nov 22 17:45:42 2017 +0200
Committer: Arina Ielchiieva <arina.yelchiy...@gmail.com>
Committed: Sun Nov 26 15:23:44 2017 +0200

----------------------------------------------------------------------
 common/pom.xml      |  2 --
 exec/jdbc/pom.xml   |  8 ++++++--
 exec/vector/pom.xml |  2 --
 logical/pom.xml     |  2 --
 pom.xml             | 13 ++++++++++++-
 5 files changed, 18 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/1e789990/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index b6943e9..0fb6c36 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -77,12 +77,10 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/drill/blob/1e789990/exec/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index 71862f6..16c2c8f 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -24,6 +24,12 @@
       <groupId>org.apache.calcite</groupId>
       <artifactId>calcite-avatica</artifactId>
       <version>${calcite.version}</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>jackson-core</artifactId>
+          <groupId>com.fasterxml.jackson.core</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.drill</groupId>
@@ -62,12 +68,10 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.version}</version>
     </dependency>    
     <dependency>
       <groupId>net.hydromatic</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/1e789990/exec/vector/pom.xml
----------------------------------------------------------------------
diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml
index ce604e0..8e22dbc 100644
--- a/exec/vector/pom.xml
+++ b/exec/vector/pom.xml
@@ -44,12 +44,10 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/1e789990/logical/pom.xml
----------------------------------------------------------------------
diff --git a/logical/pom.xml b/logical/pom.xml
index 2b712de..7298e7b 100644
--- a/logical/pom.xml
+++ b/logical/pom.xml
@@ -75,12 +75,10 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.version}</version>
     </dependency>
     
     <dependency>

http://git-wip-us.apache.org/repos/asf/drill/blob/1e789990/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0254615..641eb9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,8 @@
     <calcite.version>1.4.0-drill-r23</calcite.version>
     <janino.version>2.7.6</janino.version>
     <sqlline.version>1.1.9-drill-r7</sqlline.version>
-    <jackson.version>2.7.8</jackson.version>
+    <jackson.version>2.7.9</jackson.version>
+    <jackson.databind.version>2.7.9.1</jackson.databind.version>
     <mapr.release.version>5.2.1-mapr</mapr.release.version>
     <ojai.version>1.1</ojai.version>
     <kerby.version>1.0.0-RC2</kerby.version>
@@ -954,6 +955,16 @@
         <version>${janino.version}</version>
       </dependency>
       <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-annotations</artifactId>
+        <version>${jackson.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-databind</artifactId>
+        <version>${jackson.databind.version}</version>
+      </dependency>
+      <dependency>
         <groupId>com.mapr.db</groupId>
         <artifactId>maprdb</artifactId>
         <version>${mapr.release.version}</version>

Reply via email to