cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406689501
To switch to BF (breadth first) collector set config property like this:
```
session.setConfigProperty("aether.dependencyCollector.impl",
BfDependencyCollector.NAME );
```
See:
https://issues.apache.org/jira/browse/MRESOLVER-247
--
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]