Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5954162D4 for ; Wed, 18 May 2011 14:21:18 +0000 (UTC) Received: (qmail 88883 invoked by uid 500); 18 May 2011 14:21:18 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 88841 invoked by uid 500); 18 May 2011 14:21:18 -0000 Mailing-List: contact commits-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 commits@hc.apache.org Received: (qmail 88834 invoked by uid 99); 18 May 2011 14:21:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 14:21:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 14:21:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9C4B223889EC; Wed, 18 May 2011 14:20:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1124280 - in /httpcomponents/httpasyncclient/trunk: httpasyncclient/pom.xml pom.xml Date: Wed, 18 May 2011 14:20:56 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110518142056.9C4B223889EC@eris.apache.org> Author: olegk Date: Wed May 18 14:20:56 2011 New Revision: 1124280 URL: http://svn.apache.org/viewvc?rev=1124280&view=rev Log: Updated dependency declarations; upgraded HttpCore to 4.1.1 Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml httpcomponents/httpasyncclient/trunk/pom.xml Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml?rev=1124280&r1=1124279&r2=1124280&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml Wed May 18 14:20:56 2011 @@ -44,39 +44,36 @@ org.apache.httpcomponents httpcore - ${httpcore.version} + compile org.apache.httpcomponents httpcore-nio - ${httpcore.version} + compile org.apache.httpcomponents httpclient - ${httpclient.version} + compile commons-logging commons-logging - ${commons-logging.version} + compile junit junit - ${junit.version} test commons-io commons-io - ${commons-io.version} test org.mockito mockito-core - ${mockito.version} test Modified: httpcomponents/httpasyncclient/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1124280&r1=1124279&r2=1124280&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/pom.xml Wed May 18 14:20:56 2011 @@ -72,7 +72,7 @@ 1.5 true true - 4.1 + 4.1.1 4.1.1 1.1.1 2.0.1 @@ -80,6 +80,49 @@ 1.8.5 + + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + org.apache.httpcomponents + httpcore-nio + ${httpcore.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + commons-logging + ${commons-logging.version} + + + junit + junit + ${junit.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + commons-io + commons-io + ${commons-io.version} + test + + + + httpasyncclient