Open
Description
Per Nyfelt opened MRESOLVER-718 and commented
There does not seem to be a way to support BOM's when declaring the dependencies in the build.xml only (not relying on an external pom file)
Adding a dependency with the type pom and scope import to a dependencies section results in
[resolve] Unknown scope 'import' for dependency
To be in line with how boms are used in maven, it would make sense to add a dependencyManagement task where BOM's can be imported.
Given such an import, it would also make sense to allow for coords without version (which currently throws an exception)
No further details from MRESOLVER-718