Re: [all] Dependency resolution.

2014-04-22 Thread Jörg Schaible
Petar Tahchiev wrote: > Hi guys, > > my exception occurs if I have only commons-lang2 in my classpath. I wasn't > aware you can have both in the classpath, but now that I put them both in > the classpath it all works. It's not very nice solution, but I'll stick > them both in. I still think we sh

Re: [all] Dependency resolution.

2014-04-22 Thread Petar Tahchiev
Hi guys, my exception occurs if I have only commons-lang2 in my classpath. I wasn't aware you can have both in the classpath, but now that I put them both in the classpath it all works. It's not very nice solution, but I'll stick them both in. I still think we should issue a new release for the me

Re: [all] Dependency resolution.

2014-04-22 Thread Duncan Jones
On 22 April 2014 15:45, Duncan Jones wrote: > Hi Paul, > > On 22 April 2014 15:25, Paul Benedict wrote: >> Yup. I have depend on Lang 3 for my own code and many of my transitive >> dependencies relies on Lang 2. There's no problem with having both >> libraries in your code. > > I haven't fully un

Re: [all] Dependency resolution.

2014-04-22 Thread Duncan Jones
Hi Paul, On 22 April 2014 15:25, Paul Benedict wrote: > Yup. I have depend on Lang 3 for my own code and many of my transitive > dependencies relies on Lang 2. There's no problem with having both > libraries in your code. I haven't fully understood your description of the problem. You say you've

Re: [all] Dependency resolution.

2014-04-22 Thread Paul Benedict
Yup. I have depend on Lang 3 for my own code and many of my transitive dependencies relies on Lang 2. There's no problem with having both libraries in your code. On Tue, Apr 22, 2014 at 9:22 AM, Matt Benson wrote: > Note that you can use [lang] v2 and v3 together in the same project as both > t

Re: [all] Dependency resolution.

2014-04-22 Thread Matt Benson
Note that you can use [lang] v2 and v3 together in the same project as both the Maven coordinates and package names have been changed with the major version upgrade. Matt On Tue, Apr 22, 2014 at 9:07 AM, Petar Tahchiev wrote: > Hi guys, > > I found out I'm using quite a lot of the commons-*:com

[all] Dependency resolution.

2014-04-22 Thread Petar Tahchiev
Hi guys, I found out I'm using quite a lot of the commons-*:commons-* artifacts in my project so I decided to upgrade them to their new version in org.apache.commons:whatever. I only upgraded those that I could so now I have for instance org.apache.commons:commons-lang3 in my classpath, but unfort