i'm trying to start using maven version range more but having issues with things like guava and also it not excluding version i believe should be excluded.
1) i don't think this is possible but it might be, take a look a google guava, it has a jre and a android version. using maven version range how can i say any newer jre version, or any newer android version? https://search.maven.org/artifact/com.google.guava/guava something like [25,) but only the jre maybe [25*-jre,) 2) i'm trying to use the version range "[4.7.0,5) "for io.cucumber:cucumber-core. So i'm expecting it to use 4.8.0, not 5.0.0-RC1 which is being picked up, i.e. mvn dependency:tree -Dverbose -Dincludes=io.cucumber https://search.maven.org/artifact/io.cucumber/cucumber-core what do i need to change "[4.7.0,5)" to do it excludes anything starting 5? or are other people having similar issue so gave using trying to use maven version ranges when declaring dependencies? John --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
