Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 31999 invoked from network); 19 Mar 2009 01:44:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2009 01:44:04 -0000 Received: (qmail 28633 invoked by uid 500); 19 Mar 2009 00:44:03 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 28604 invoked by uid 500); 19 Mar 2009 00:44:03 -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 28595 invoked by uid 99); 19 Mar 2009 00:44:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 17:44:03 -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; Thu, 19 Mar 2009 00:44:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 38B812388975; Thu, 19 Mar 2009 00:43:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r755803 - /httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Date: Thu, 19 Mar 2009 00:43:42 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090319004342.38B812388975@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Thu Mar 19 00:43:41 2009 New Revision: 755803 URL: http://svn.apache.org/viewvc?rev=755803&view=rev Log: Add JCIP annotations jar 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=755803&r1=755802&r2=755803&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Thu Mar 19 00:43:41 2009 @@ -65,6 +65,13 @@ 3.8.2 test + + net.jcip + jcip-annotations + 1.0 + + true +