MiniMaven can only handle one dependency version at a time. For example, if two pom-scijava versions are specified in the dependency tree, only one is used.
We should assume that SemVer is in effect, and use the newer of both dependency versions if the major version agrees.
When the major version disagrees, we should go with the newer one but complain really loudly.
MiniMaven can only handle one dependency version at a time. For example, if two
pom-scijavaversions are specified in the dependency tree, only one is used.We should assume that SemVer is in effect, and use the newer of both dependency versions if the major version agrees.
When the major version disagrees, we should go with the newer one but complain really loudly.