Re: Version Ranges Dependency Conflicts

2007-10-19 Thread Mark Hobson
Hi Christian, On 18/10/2007, Christian Weber [EMAIL PROTECTED] wrote: i'm using Maven + Artifactory to manage my Java Projects. Which worked fine so far. But now i'm running into Problem with the Dependency Resolving. I have different Versions of a LibA, e.g.: LibA-1.4.13.9 LibA-1.4.13.55

Version Ranges Dependency Conflicts

2007-10-18 Thread Christian Weber
Hi all, i'm using Maven + Artifactory to manage my Java Projects. Which worked fine so far. But now i'm running into Problem with the Dependency Resolving. I have different Versions of a LibA, e.g.: LibA-1.4.13.9 LibA-1.4.13.55 Now, in my App AppA, i always want to use the newest Version of

Re: Version Ranges Dependency Conflicts

2007-10-18 Thread dhoffer
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Version-Ranges---Dependency-Conflicts-tf4648724s177.html#a13287194 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Version Ranges Dependency Conflicts

2007-10-18 Thread Wayne Fay
The idea of configurable versioning has been discussed as a future addition, but it is a complex issue and is certainly not available at this time, so you will need to convert your usage of versions to match what Maven expects/demands. Wayne On 10/18/07, dhoffer [EMAIL PROTECTED] wrote: I