Great. Many thanks. Nice, now I get it working. >Again, all this is experimental
Are there any plans making selectionStrategy=highest skipper=versioned the new default? I found no issues/discussions regarding the defaults. ----- Looks like selectionStrategy=highest skipper=versioned does not overcome "direct dependency" version. What is the reason to enforce the version of a direct dependency in that case? The use case is as follows: a) once upon a time the application added Guice, and it used 3.0 b) later, a library was added to a dependency, and the library happens to require Guice 5.0 In that case, Maven enforces 3.0 which causes runtime failures even with highest+versioned mode. WDYT? Vladimir
