Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 99936 invoked from network); 20 Mar 2009 15:29:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2009 15:29:15 -0000 Received: (qmail 44434 invoked by uid 500); 20 Mar 2009 15:29:15 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 44408 invoked by uid 500); 20 Mar 2009 15:29:15 -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 44399 invoked by uid 99); 20 Mar 2009 15:29:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 08:29:15 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 15:29:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 475C8238896C; Fri, 20 Mar 2009 15:28:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r756530 - /httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Date: Fri, 20 Mar 2009 15:28:52 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090320152852.475C8238896C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Fri Mar 20 15:28:51 2009 New Revision: 756530 URL: http://svn.apache.org/viewvc?rev=756530&view=rev Log: Change JCIP dependency scope to provided Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=756530&r1=756529&r2=756530&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Fri Mar 20 15:28:51 2009 @@ -69,8 +69,12 @@ net.jcip jcip-annotations 1.0 - - true + + provided