Hi all, I've created a maven project and imported it to eclipse, I have dependencies in the pom.xml for servlet.api and jsp.api etc, but now eclipse is giving me the errors:
Project 'MyWebApp' is missing required library: '/home/karen/.m2/repository/tomcat/jsp-api/5.5.23/jsp-api-5.5.23.jar' Project 'MyWebApp' is missing required library: '/home/karen/.m2/repository/tomcat/servlet-api/5.5.23/servlet-api-5.5.23.jar' etc.. Any idea how I get them or why they're not there? Karen -- View this message in context: http://www.nabble.com/Missing-libraries-for-maven-eclipse-project-tf4062891s177.html#a11543459 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
