Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3677DEBA for ; Wed, 13 Feb 2013 13:57:48 +0000 (UTC) Received: (qmail 55871 invoked by uid 500); 13 Feb 2013 13:57:46 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 55803 invoked by uid 500); 13 Feb 2013 13:57:46 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 55774 invoked by uid 99); 13 Feb 2013 13:57:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 13:57:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stephen.alan.connolly@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 13:57:40 +0000 Received: by mail-wi0-f179.google.com with SMTP id ez12so1419776wid.0 for ; Wed, 13 Feb 2013 05:57:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=KEjhW0t6Rh6cJmdUt3i/7FUPGkYJrvj/QFDU1pebocA=; b=sANyCW9ud4sU53QWGUCB1oJwRBw0lliWgzxBp5o8+VI/hZCsOpm2f+8mEvJ5Mk7/AH oZb5m4LdFdXl7X9wwocdYyEYXXLGZNIRZ8CfK6HXnYf968qlurzpb0CVbRReNSS0A+Ae wLf+j8CUEbOlQyi9NV6dWtnZF4+1fU0BgDSCr3umCpE0H7B8Uy3fMTza5yVEVrTANOMn 4GJS+38Otar9BzAazLZRPiZaKzCXjKbAWckL22/fPCdL1GOG8ri2yWVr4Wv4+c3uvG0n mMGkcJeT9Knsmp8QeBSpxRuewCwMgTpXAzl2LPj7bO30ZW3MBkO3So/8igHUr/6xCMlU tCJA== MIME-Version: 1.0 X-Received: by 10.180.78.137 with SMTP id b9mr10183799wix.30.1360763839233; Wed, 13 Feb 2013 05:57:19 -0800 (PST) Received: by 10.194.20.33 with HTTP; Wed, 13 Feb 2013 05:57:19 -0800 (PST) In-Reply-To: <511B8E6D.2050005@artifact-software.com> References: <1360739089058-5746853.post@n5.nabble.com> <1360754014776-5746865.post@n5.nabble.com> <511B8E6D.2050005@artifact-software.com> Date: Wed, 13 Feb 2013 13:57:19 +0000 Message-ID: Subject: Re: Need substitue jar for jsp-api From: Stephen Connolly To: Maven Users List , Ron Wheeler Content-Type: multipart/alternative; boundary=f46d0435c03c42bce104d59b8581 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0435c03c42bce104d59b8581 Content-Type: text/plain; charset=ISO-8859-1 In any case, the api should be provided unless *you are building a servlet container*. Given that the servlet and jsp api's are a standard, it should not matter *which* one you choose. I tend to favour the geronimo spec jars though figuring pout the exact one can be tricky and their version numbering is a tad strange. You really just need to know what servlet specification you are targeting as the minimum that your application will run on and pull in any corresponding API with scope=provided On 13 February 2013 13:00, Ron Wheeler wrote: > Not really a Maven question but... > > I am not sure why Oracle or Sun would make one of these since they have > nothing to do with jsp. > > It is part of the servlet container specification and would be provided by > the container project. > Apache Tomcat, Jetty, Glassfish,... > > Here is another one that looks like it was done as part of the Jetty > project: > > > org.mortbay.jetty > servlet-api-3.0 > 7.0.0pre2 > > > What container(s) are you targeting? > > Ron > > > On 13/02/2013 6:13 AM, aparti wrote: > >> Thanks but I am looking for Jar from ORacle or Sun >> >> >> >> -- >> View this message in context: http://maven.40175.n5.nabble.** >> com/Need-substitue-jar-for-**jsp-api-tp5746853p5746865.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: users-unsubscribe@maven.**apache.org >> For additional commands, e-mail: users-help@maven.apache.org >> >> >> > > -- > Ron Wheeler > President > Artifact Software Inc > email: rwheeler@artifact-software.com > skype: ronaldmwheeler > phone: 866-970-2435, ext 102 > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: users-unsubscribe@maven.**apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --f46d0435c03c42bce104d59b8581--