Re: How to avoid multiple spring versions?

2009-10-12 Thread Jeff MAURY
This is normally handled by Maven. If you pom has a dependency on spring 2.5.6 and another dependency that has a dependency on Spring 2.5.5, the Maven will use Spring 2.5.6 when building your pom. Jeff MAURY On Mon, Oct 12, 2009 at 10:35 AM, Wim Deblauwe wrote: > Hi, > > we are using the spring

Re: How to avoid multiple spring versions?

2009-10-12 Thread Wim Deblauwe
I know, but in this case, the artifactId is not exactly the same. We use 'spring' which includes everything and others might use 'spring-core' or 'spring-beans' or things like that. regards, Wim 2009/10/12 Jeff MAURY > This is normally handled by Maven. > If you pom has a dependency on spring

RE: How to avoid multiple spring versions?

2009-10-13 Thread Jamie Whitehouse
Subject: Re: How to avoid multiple spring versions? I know, but in this case, the artifactId is not exactly the same. We use 'spring' which includes everything and others might use 'spring-core' or 'spring-beans' or things like that. regards, Wim 2009/10/12 J

Re: How to avoid multiple spring versions?

2009-10-13 Thread Quintin Beukes
ailto:wim.debla...@gmail.com] > Sent: Monday, October 12, 2009 5:11 AM > To: Maven Users List; jeffma...@jeffmaury.com > Subject: Re: How to avoid multiple spring versions? > > I know, but in this case, the artifactId is not exactly the same. We use > 'spring' which incl

RE: How to avoid multiple spring versions?

2009-10-13 Thread Jamie Whitehouse
2009 10:33 AM To: Maven Users List Subject: Re: How to avoid multiple spring versions? How did you create the following artifact? >> > >> >org.springframework >> >spring >> >2.5.6 >> >

Re: How to avoid multiple spring versions?

2009-10-13 Thread Quintin Beukes
at 4:17 PM, Jamie Whitehouse > wrote: >> So you need to define a dependency for each one of these individual >> spring artifacts in your build in order to override the version. >> >> -Original Message- >> From: Wim Deblauwe [mailto:wim.debla...@gmail.com] >&

RE: How to avoid multiple spring versions?

2009-10-13 Thread Jamie Whitehouse
;s a Maven feature request to allow setting of versions at a groupid level which would be useful in this case. -Original Message- From: Quintin Beukes [mailto:quin...@skywalk.co.za] Sent: Tuesday, October 13, 2009 1:08 PM To: Maven Users List Subject: Re: How to avoid multiple spring versio

RE: How to avoid multiple spring versions?

2009-10-13 Thread Edelson, Justin
Users List Subject: RE: How to avoid multiple spring versions? The Spring project produces a complete spring artifact and component artifacts. For projects that use most or all of the components it's sometimes easier to use the former artifact. -Original Message- From: Quintin Beuk

Re: How to avoid multiple spring versions?

2009-10-13 Thread Wim Deblauwe
e- > From: Jamie Whitehouse [mailto:basil.whiteho...@genesyslab.com] > Sent: Tuesday, October 13, 2009 12:59 PM > To: Maven Users List > Subject: RE: How to avoid multiple spring versions? > > The Spring project produces a complete spring artifact and component > artifacts. For

Re: How to avoid multiple spring versions?

2009-10-16 Thread Nick Stolwijk
r to use the former artifact. > > > > -Original Message- > > From: Quintin Beukes [mailto:quin...@skywalk.co.za] > > Sent: Tuesday, October 13, 2009 10:33 AM > > To: Maven Users List > > Subject: Re: How to avoid multiple spring versions? > &g

Re: How to avoid multiple spring versions?

2009-10-16 Thread Wim Deblauwe
There's a Maven feature request to allow setting of versions at a groupid > > level which would be useful in this case. > > > > -----Original Message- > > From: Quintin Beukes [mailto:quin...@skywalk.co.za] > > Sent: Tuesday, October 13, 2009 1:08 PM >