Return-Path: Delivered-To: apmail-velocity-commits-archive@locus.apache.org Received: (qmail 7614 invoked from network); 16 Nov 2007 21:09:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 21:09:31 -0000 Received: (qmail 2179 invoked by uid 500); 16 Nov 2007 21:09:19 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 2151 invoked by uid 500); 16 Nov 2007 21:09:18 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 2142 invoked by uid 99); 16 Nov 2007 21:09:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 13:09:18 -0800 X-ASF-Spam-Status: No, hits=-100.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; Fri, 16 Nov 2007 21:09:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 285E31A9832; Fri, 16 Nov 2007 13:09:11 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r595823 - /velocity/tools/branches/2.x/pom.xml Date: Fri, 16 Nov 2007 21:09:10 -0000 To: commits@velocity.apache.org From: nbubna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071116210911.285E31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nbubna Date: Fri Nov 16 13:09:10 2007 New Revision: 595823 URL: http://svn.apache.org/viewvc?rev=595823&view=rev Log: mark servlet api as provided scope (shame the servlet-api's pom can't just tell maven to use this as the default instead of the default default of 'compile') Modified: velocity/tools/branches/2.x/pom.xml Modified: velocity/tools/branches/2.x/pom.xml URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/pom.xml?rev=595823&r1=595822&r2=595823&view=diff ============================================================================== --- velocity/tools/branches/2.x/pom.xml (original) +++ velocity/tools/branches/2.x/pom.xml Fri Nov 16 13:09:10 2007 @@ -401,6 +401,7 @@ javax.servlet servlet-api 2.3 + provided oro