pinky88 schrieb: > 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> > Tomcat >= 5.0
JSP 2.0 Servlet 2.4 you may find the values in the J2EE specification. Regards, Jan -- T-Systems Multimedia Solutions GmbH Information Service Portals Jan Dittberner Sun Certified Programmer for the Java 2 Platform, Standard Edition 5.0 Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition 1.4 Hausanschrift: Riesaer Strasse 5, 01129 Dresden Postanschrift: Postfach 10 02 24, 01072 Dresden Bitte beachten Sie meine neue Telefonnummer: +49 351 2820-2737 Email: [EMAIL PROTECTED] Internet: http://www.t-systems-mms.com Aufsichtsrat: Helmut Binder (Vorsitzender) Geschäftsführung: Peter Klingenburg, Dr. Jens Nebendahl, Dr. Klaus Radermacher Handelsregister: Amtsgericht Dresden (HRB 11433), Sitz der Gesellschaft Dresden Ust-IdNr.: DE 811 807 949 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
