Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 5290 invoked from network); 25 Feb 2008 09:28:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2008 09:28:12 -0000 Received: (qmail 5120 invoked by uid 500); 25 Feb 2008 09:28:07 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 5093 invoked by uid 500); 25 Feb 2008 09:28:07 -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 5084 invoked by uid 99); 25 Feb 2008 09:28:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 01:28:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 09:27:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D019C1A9832; Mon, 25 Feb 2008 01:27:48 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630775 - /httpcomponents/httpclient/trunk/module-httpmime/pom.xml Date: Mon, 25 Feb 2008 09:27:47 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080225092748.D019C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Mon Feb 25 01:27:41 2008 New Revision: 630775 URL: http://svn.apache.org/viewvc?rev=630775&view=rev Log: Added explicit dependency on Log4j to work around the problem with GUMP's inablity to handle transitive dependencies Modified: httpcomponents/httpclient/trunk/module-httpmime/pom.xml Modified: httpcomponents/httpclient/trunk/module-httpmime/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/module-httpmime/pom.xml?rev=630775&r1=630774&r2=630775&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/module-httpmime/pom.xml (original) +++ httpcomponents/httpclient/trunk/module-httpmime/pom.xml Mon Feb 25 01:27:41 2008 @@ -81,6 +81,14 @@ ${commons-logging.version} + + log4j + log4j + 1.2.14 + + junit junit ${junit.version}