You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2019/01/26 11:30:21 UTC

[cxf] branch master updated: [CXF-7955] Revert "update httpcomponents core and client"

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 687dd36  [CXF-7955] Revert "update httpcomponents core and client"
687dd36 is described below

commit 687dd36db702dd8a013d49c71fc4d3afe4323a0c
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sat Jan 26 12:29:47 2019 +0100

    [CXF-7955] Revert "update httpcomponents core and client"
    
    This reverts commit 63a24ccb
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 391808a..c221ada 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,8 +97,8 @@
         <cxf.hibernate.em.version>5.3.7.Final</cxf.hibernate.em.version>
         <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
-        <cxf.httpcomponents.client.version>4.5.7</cxf.httpcomponents.client.version>
-        <cxf.httpcomponents.core.version>4.4.11</cxf.httpcomponents.core.version>
+        <cxf.httpcomponents.client.version>4.5.6</cxf.httpcomponents.client.version>
+        <cxf.httpcomponents.core.version>4.4.10</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.hsqldb.version>2.4.1</cxf.hsqldb.version>
         <cxf.jackson.version>2.9.8</cxf.jackson.version>