Repository: drill
Updated Branches:
refs/heads/master 0641dedcd -> a3442021b
DRILL-5725: Update Jackson version to 2.7.8
closes #908
Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/1c3c65fe
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/1c3c65fe
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/1c3c65fe
Branch: refs/heads/master
Commit: 1c3c65fe8a00899980414a7a410e08c70b6973f0
Parents: 0641ded
Author: Volodymyr Vysotskyi <vvovyk@gmail.com>
Authored: Wed Aug 16 14:16:55 2017 +0000
Committer: Arina Ielchiieva <arina.yelchiyeva@gmail.com>
Committed: Fri Aug 25 14:52:41 2017 +0300
----------------------------------------------------------------------
exec/vector/pom.xml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/drill/blob/1c3c65fe/exec/vector/pom.xml
----------------------------------------------------------------------
diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml
index 3a04a10..780d90c 100644
--- a/exec/vector/pom.xml
+++ b/exec/vector/pom.xml
@@ -44,12 +44,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.4.3</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.4.3</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
http://git-wip-us.apache.org/repos/asf/drill/blob/1c3c65fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 659c71d..6bd5b66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<calcite.version>1.4.0-drill-r21</calcite.version>
<janino.version>2.7.6</janino.version>
<sqlline.version>1.1.9-drill-r7</sqlline.version>
- <jackson.version>2.7.1</jackson.version>
+ <jackson.version>2.7.8</jackson.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>
|