Hi there, I'm trying to use Spring / Maven / Eclipse in one of my projects with no success. I have included the following dependency in my pom:
<dependency> <groupId>springframework</groupId> <artifactId>spring</artifactId> <version>1.2.5</version> </dependency> When I try to generate the Eclipse project (m2 eclipse:eclipse) I only get spring-1.2.5.jar added to the project classpath, so whenever I try to launch my application it fails due to missing spring dependencies. I've taken a look at ibiblio.org/maven2, and all the spring poms seem to include no dependency information, so... am I doing anything wrong or should I include all the Spring dependencies manually? Are the Spring poms incorrect? If this is the case, is it normal to have incorrect poms with missing dependencies in the ibiblio repository? Thanks in advance, best regards Jose --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]