Re: RE: Version Range Specification

2008-03-13 Thread Dooing
Here's my dependency tree: [INFO] [dependency:tree] [INFO] de.mycompany.myproject:war:2.3.1 [INFO] +- junit:junit:jar:3.8.1:test (scope not updated to compile) [INFO] +- de.mycompany:myproject2:jar:1.1.5:compile [INFO] | \- commons-digester:commons-digester:jar:1.6:compile

Re: RE: Version Range Specification

2008-03-12 Thread Dooing
Perhaps some other dependency wants another version? Try putting it back without the brackets and run dependency:tree to see what you get. Good point, will check that asap (when at work) - but even if - if I tell Maven that it MUST use Version xy, shouldn't it behave as it was told?! Also,

RE: RE: Version Range Specification

2008-03-12 Thread Brian E. Fox
: Wednesday, March 12, 2008 4:20 PM To: Maven Users List Subject: Re: RE: Version Range Specification Perhaps some other dependency wants another version? Try putting it back without the brackets and run dependency:tree to see what you get. Good point, will check that asap (when at work) - but even