Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB742113EC for ; Tue, 15 Apr 2014 17:53:25 +0000 (UTC) Received: (qmail 19808 invoked by uid 500); 15 Apr 2014 17:53:17 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 19766 invoked by uid 500); 15 Apr 2014 17:53:16 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 19756 invoked by uid 99); 15 Apr 2014 17:53:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 17:53:16 +0000 Date: Tue, 15 Apr 2014 17:53:16 +0000 (UTC) From: "Mandy Warren (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-5690) Upgrade cxf-rt-transports-http-hc to depend on latest release of httpasyncclient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mandy Warren created CXF-5690: --------------------------------- Summary: Upgrade cxf-rt-transports-http-hc to depend on latest release of httpasyncclient Key: CXF-5690 URL: https://issues.apache.org/jira/browse/CXF-5690 Project: CXF Issue Type: Wish Components: Transports Affects Versions: 2.7.11 Reporter: Mandy Warren Priority: Minor When I bring in the cxf-rt-transports-http-hc Maven dependency I get the following dependency convergence errors (we use the maven-enforcer):- [ERROR] +-org.apache.httpcomponents:httpclient:4.2.5 [ERROR] +-org.apache.httpcomponents:httpcore:4.2.4 [ERROR] and [ERROR] +-org.apache.cxf:cxf-rt-transports-http-hc:2.7.11 [ERROR] +-org.apache.httpcomponents:httpcore-nio:4.2.4 [ERROR] +-org.apache.httpcomponents:httpcore:4.2.4 [ERROR] and [ERROR] +-org.apache.cxf:cxf-rt-transports-http-hc:2.7.11 [ERROR] +-org.apache.httpcomponents:httpasyncclient:4.0-beta3 [ERROR] +-org.apache.httpcomponents:httpcore:4.2.2 [ERROR] , [ERROR] +-org.apache.cxf:cxf-rt-transports-http-hc:2.7.11 [ERROR] +-org.apache.httpcomponents:httpcore-nio:4.2.4 [ERROR] and [ERROR] +-org.apache.cxf:cxf-rt-transports-http-hc:2.7.11 [ERROR] +-org.apache.httpcomponents:httpasyncclient:4.0-beta3 [ERROR] +-org.apache.httpcomponents:httpcore-nio:4.2.2 I fix this by adding the following exclusions:- org.apache.httpcomponents httpcore-nio org.apache.httpcomponents httpcore commons-logging commons-logging and then adding in the following explicit dependencies:- org.apache.httpcomponents httpcore 4.2.4 test org.apache.httpcomponents httpcore-nio 4.2.4 test It's not a big deal but wondered if you could depend on the latest release version of httpasyncclient? -- This message was sent by Atlassian JIRA (v6.2#6252)