I'd say, use the spring pieces you need instead of adding the full
jar. It'll be easier for you.

On 9/28/05, Stephen Duncan <[EMAIL PROTECTED]> wrote:
> spring-full
>
> http://www.ibiblio.org/maven2/springframework/spring-full/1.2.4/spring-full-1.2.4.pom
>
> And then, for example for each piece:
>
> http://www.ibiblio.org/maven2/springframework/spring-hibernate/1.2.4/spring-hibernate-1.2.4.pom
>
> -Stephen
>
> On 9/28/05, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote:
> > 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]
> > >
> > >
> >
>
>
> --
> 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]

Reply via email to