You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2019/11/13 23:49:17 UTC

[cxf] 01/02: Revert "CXF-8155: Update to Jackson 2.10.1"

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

reta pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 99028cc48e200ea0c36fe2bee87bf813e513a513
Author: reta <dr...@gmail.com>
AuthorDate: Wed Nov 13 18:36:46 2019 -0500

    Revert "CXF-8155: Update to Jackson 2.10.1"
    
    This reverts commit a4fc3a0462f09dd6c6c920385b67e621d7e36399.
    
    (cherry picked from commit 7ef814556d727c147d6f625cbb1170edfd24a752)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4bac5a5..3f9b06b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,8 +128,8 @@
         <cxf.httpcomponents.client.version>4.5.10</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.12</cxf.httpcomponents.core.version>
-        <cxf.jackson.version>2.10.1</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.10.1</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.9.10</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.9.10</cxf.jackson.databind.version>
         <cxf.jaeger.version>0.35.5</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>