cstamas commented on PR #236: URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406676846
Switch to BF collector and you will get an error: ``` Could not resolve version conflict among [org.webjars.npm:musquette:jar:1.1.1 -> org.webjars.npm:minimist:jar:[0.2.1,0.3), org.webjars.npm:musquette:jar:1.1.1 -> org.webjars.npm:mqtt:jar:[3.0.0,4) -> org.webjars.npm:commist:jar:[1.0.0,2) -> org.webjars.npm:minimist:jar:[1.1.0,2), org.webjars.npm:musquette:jar:1.1.1 -> org.webjars.npm:mqtt:jar:[3.0.0,4) -> org.webjars.npm:minimist:jar:[1.2.0,2)] ``` Basically, the tree is not resolvable. Still, the endless loop does not sound right (and is easily reproducible, just run demo snippet org.apache.maven.resolver.examples.GetDependencyTree and change artifact ctor to have string `"org.webjars.npm:musquette:1.1.1"` as input... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
