Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12EA810F49 for ; Tue, 3 Dec 2013 13:30:18 +0000 (UTC) Received: (qmail 7798 invoked by uid 500); 3 Dec 2013 13:29:10 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 7418 invoked by uid 500); 3 Dec 2013 13:28:44 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 7388 invoked by uid 99); 3 Dec 2013 13:28:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 13:28:43 +0000 Date: Tue, 3 Dec 2013 13:28:42 +0000 (UTC) From: "Joel Costigliola (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPASYNC-61) HttpAsyncClient 4.0 maven pom should use (at least) HttpClient 4.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPASYNC-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Costigliola updated HTTPASYNC-61: -------------------------------------- Fix Version/s: (was: 4.0 Final) > HttpAsyncClient 4.0 maven pom should use (at least) HttpClient 4.3.1 > -------------------------------------------------------------------- > > Key: HTTPASYNC-61 > URL: https://issues.apache.org/jira/browse/HTTPASYNC-61 > Project: HttpComponents HttpAsyncClient > Issue Type: Task > Affects Versions: 4.0 Final > Reporter: Joel Costigliola > Priority: Blocker > > The latest release of httpasyncclient should depend on the correct version of httpclient and httpcore. > With this maven dependency ... > > org.apache.httpcomponents > httpasyncclient > 4.0 > > ... executing mvn dependency:tree gives : > [INFO] +- org.apache.httpcomponents:httpasyncclient:jar:4.0:compile > [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.2.3:compile (version managed from 4.3) > [INFO] | +- org.apache.httpcomponents:httpcore-nio:jar:4.3:compile > [INFO] | \- org.apache.httpcomponents:httpclient:jar:4.2.3:compile (version managed from 4.3.1; scope managed from compile) > [INFO] | \- commons-codec:commons-codec:jar:1.7:compile (version managed from 1.6; scope managed from compile) > It turns out httpcore and httpclient version are outdated as mentioned in HTTPASYNC-58. > Note that httpcomponents-asyncclient-4.0-bin.zip includes newer httpcore and httpclient version in its lib directory. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org