0

Possible Duplicate:
Maven dependency for Servlet 3.0 API?

Repository to download servlet-api.jar:3.0 for the dependency provided.

<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>servlet-api</artifactId>
    <version>3.0</version>
    <scope>provided</scope>
</dependency>
Community
  • 1
  • 1
Gnanam
  • 513
  • 2
  • 10
  • 21
  • Does this one work for you? http://stackoverflow.com/questions/1979957/maven-dependency-for-servlet-3-0-api Or do you want to have only this `servlet-api:3.0`? – Daniel Kutik Jul 12 '11 at 06:31
  • You may want to ask a question so we can help you with your issue :) – Jon7 Jul 12 '11 at 06:41

0 Answers0