You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/09/27 07:59:58 UTC

[hbase-connectors] 01/02: Revert "upgrade jackson version"

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git

commit a6bd8049a8c524519ad007c3bdd81630548f8f78
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Sep 27 09:56:16 2019 +0200

    Revert "upgrade jackson version"
    
    This reverts commit 53bf51ad7d954d1b4e7af414d4de6e699c8879ee.
    Revert for missing JIRA ID
---
 spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark/pom.xml b/spark/pom.xml
index 2b3b09d..7aff2a2 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -40,7 +40,7 @@
   <properties>
     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
     <hbase-thirdparty.version>2.1.0</hbase-thirdparty.version>
-    <jackson.version>2.9.10</jackson.version>
+    <jackson.version>2.9.2</jackson.version>
     <spark.version>2.4.0</spark.version>
     <!-- The following version is in sync with Spark's choice
          Please take caution when this version is modified -->