The only dep I had to add to get Spring to work was: <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> <version>1.0</version> <scope>runtime</scope> </dependency>
-----Original Message----- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 3:30 PM To: Maven Users List; Stephen Duncan Subject: Re: [M2] Using Spring with Maven / Eclipse The 1.2.4 pom neither has the dependency information, at least in the maven2 respository (http://www.ibiblio.org/maven2/springframework/spring/1.2.4/spring-1.2.4 .pom). I have taken a look at the maven1 respoitory and I was only able to find the 1.1.2 pom (http://www.ibiblio.org/maven/springframework/poms/spring-1.1.2.pom). Best regards Jose 2005/9/28, Stephen Duncan <[EMAIL PROTECTED]>: > You should be able to look at the 1.2.4 poms in the repository and > figure them out. I wouldn't expect very many of the dependencies to > change. > > -Stephen > > On 9/28/05, Nicolas Chalumeau <[EMAIL PROTECTED]> wrote: > > ---------- Forwarded message ---------- > > From: Jose Gonzalez Gomez <[EMAIL PROTECTED]> > > Date: 28 sept. 2005 19:12 > > Subject: Re: [M2] Using Spring with Maven / Eclipse > > To: Nicolas Chalumeau <[EMAIL PROTECTED]> > > > > > > http://jira.codehaus.org/browse/MEV-98 > > > > Meanwhile, anybody has a list of spring dependencies to include them manually? > > > > 2005/9/28, Nicolas Chalumeau <[EMAIL PROTECTED]>: > > > post an issue at http://jira.codehaus.org/browse/MEV for it > > > > > > Nicolas > > > > > > 2005/9/28, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > > > > 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] > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Stephen Duncan Jr > www.stephenduncanjr.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
