You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/05/16 20:53:59 UTC

[incubator-hudi] branch master updated: Downgrading fasterxml jackson to 2.6.7 to be spark compatible

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

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new e43efa0  Downgrading fasterxml jackson to 2.6.7 to be spark compatible
e43efa0 is described below

commit e43efa042fe04f1bbb29a9794cddbd47eff62248
Author: Vinoth Chandar <vi...@uber.com>
AuthorDate: Wed May 15 19:54:19 2019 -0700

    Downgrading fasterxml jackson to 2.6.7 to be spark compatible
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1fd13a2..1bb3406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
     <maven-jar-plugin.version>2.6</maven-jar-plugin.version>
     <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
-    <fasterxml.version>2.8.11</fasterxml.version>
+    <fasterxml.version>2.6.7</fasterxml.version>
     <parquet.version>1.8.1</parquet.version>
     <junit.version>4.11</junit.version>
     <mockito.version>1.9.5</mockito.version>