does that mean I don;t need to use any of the other dependencies?? someone else had tol me to use the others :S
Thanks, Pinky :) Antonio Petrelli-3 wrote: > > 2007/7/11, pinky88 <[EMAIL PROTECTED]>: > > Oh, dear. The page that I sent was for finding your Tomcat version and, > then, the corresponding jsp-api and servlet-api > So, if you are using Tomcat 5.5.23, you have to use ONLY: > > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>servlet-api</artifactId> > <version>2.4</version> > <scope>provided</scope> > </dependency> > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>jsp-api</artifactId> > <version>2.0</version> > <scope>provided</scope> > </dependency> > > Antonio > > -- View this message in context: http://www.nabble.com/servlet-API-and-jsp-API-versions-vfor-dependencies----------please-help%21%21-tf4061757s177.html#a11540150 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
