Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 7930 invoked from network); 9 Jan 2008 12:07:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 12:07:33 -0000 Received: (qmail 81708 invoked by uid 500); 9 Jan 2008 12:07:22 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 81670 invoked by uid 500); 9 Jan 2008 12:07:22 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 81659 invoked by uid 99); 9 Jan 2008 12:07:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 04:07:22 -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; Wed, 09 Jan 2008 12:07:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 609031A9897; Wed, 9 Jan 2008 04:07:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r610356 - /incubator/sling/trunk/launcher/app/pom.xml Date: Wed, 09 Jan 2008 12:07:08 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080109120710.609031A9897@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Wed Jan 9 04:06:43 2008 New Revision: 610356 URL: http://svn.apache.org/viewvc?rev=610356&view=rev Log: Current Apache Felix http.jetty is not really Servlet API 2.4 compliant. So replace this by OPS4 pax-web, which is even Servlet API 2.5 compliant and at the same time exports the servlet API. Modified: incubator/sling/trunk/launcher/app/pom.xml Modified: incubator/sling/trunk/launcher/app/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/app/pom.xml?rev=610356&r1=610355&r2=610356&view=diff ============================================================================== --- incubator/sling/trunk/launcher/app/pom.xml (original) +++ incubator/sling/trunk/launcher/app/pom.xml Wed Jan 9 04:06:43 2008 @@ -197,16 +197,9 @@ 0.9.0-SNAPSHOT - org.apache.felix - org.apache.felix.http.jetty - 0.9.0-SNAPSHOT - - - org.apache.felix.commons - - org.apache.felix.commons.servlet-api - - 2.4.0-0002-SNAPSHOT + org.ops4j.pax.web + pax-web-service + 0.2.3 org.apache.sling