When declaring dependencies in maven, can you specify the minimum version the project depends on to, but have mvn exec
use the latest binaries.
When building a library, I would like to export to minimal set of dependencies (e.g. JUnit 4.0), but always want to use the latest dependencies myself (e.g. JUnit 4.8.1).