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:

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>servlet-api-3.0</artifactId>
    <version>7.0.0pre2</version>
</dependency>

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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to