2007/7/11, pinky88 <[EMAIL PROTECTED]>:


Hi, I'm trying to set dependencies in my POM for a servlet to be hosted on
a
tomcat container, for this dependency:

<dependency>
  <groupId>javax.servlet</groupId>
  <artifactId>jsp-api</artifactId>
  <version>????</version>
  <scope>compile</scope>
</dependency>

I don't know where to find the version.. does anyone know where I should
look???



Here:
http://tomcat.apache.org/
Go to "Apache Tomcat Versions".
And anyway, it is better to use a "provided" scope.

HTH
Antonio

Reply via email to