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