Brilliant ,thanks a million :)
Antonio Petrelli-3 wrote: > > 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 > > -- View this message in context: http://www.nabble.com/servlet-API-and-jsp-API-versions-vfor-dependencies----------please-help%21%21-tf4061757s177.html#a11539905 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
