Re: [all] M2 Dependency Version Ranges...

2008-03-09 Thread Dennis Lundberg
Jörg Schaible wrote: [EMAIL PROTECTED] wrote: On 2/29/08, Jörg Schaible <[EMAIL PROTECTED]> wrote: sebb wrote: > On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: >> All, >> >> In Proxy, I currently have my SLF4J dependency version declared >> like this: >> >> >> org.slf4j >>

Re: [all] M2 Dependency Version Ranges...

2008-02-29 Thread James Carman
On 2/29/08, Jörg Schaible <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On 2/29/08, Jörg Schaible <[EMAIL PROTECTED]> wrote: > >> sebb wrote: > >> > On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > >> >> All, >> > >> >> In Proxy, I currently have my SLF4J dependency ver

RE: [all] M2 Dependency Version Ranges...

2008-02-29 Thread Jörg Schaible
[EMAIL PROTECTED] wrote: > On 2/29/08, Jörg Schaible <[EMAIL PROTECTED]> wrote: >> sebb wrote: >> > On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: >> >> All, >> >> >> In Proxy, I currently have my SLF4J dependency version declared >> >> like this: >> >> >> >> >> org.slf4j >> >>

Re: [all] M2 Dependency Version Ranges...

2008-02-29 Thread James Carman
On 2/29/08, Jörg Schaible <[EMAIL PROTECTED]> wrote: > sebb wrote: > > On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > >> All, > >> > >> In Proxy, I currently have my SLF4J dependency version declared > >> like this: > >> > >> > >> org.slf4j > >> slf4j-api > >> [1.4.0,)

RE: [all] M2 Dependency Version Ranges...

2008-02-29 Thread Jörg Schaible
sebb wrote: > On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: >> All, >> >> In Proxy, I currently have my SLF4J dependency version declared >> like this: >> >> >> org.slf4j >> slf4j-api >> [1.4.0,) >> true >> >> >> With this, maven will download the latest version of SLF4J

Re: [all] M2 Dependency Version Ranges...

2008-02-29 Thread sebb
On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > All, > > In Proxy, I currently have my SLF4J dependency version declared like this: > > > org.slf4j > slf4j-api > [1.4.0,) > true > > > With this, maven will download the latest version of SLF4J (1.5.0 I > believe) and use that

[all] M2 Dependency Version Ranges...

2008-02-28 Thread James Carman
All, In Proxy, I currently have my SLF4J dependency version declared like this: org.slf4j slf4j-api [1.4.0,) true With this, maven will download the latest version of SLF4J (1.5.0 I believe) and use that during the build. Do we have an official policy regarding our dependency versions