Skip to content

Commit

Permalink
[MRESOLVER-324] Make bf option as default
Browse files Browse the repository at this point in the history
  • Loading branch information
caiwei-ebay authored Aug 7, 2023
1 parent f139fb4 commit c72211e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class DefaultDependencyCollector implements DependencyCollector, Service {
private static final String CONFIG_PROP_COLLECTOR_IMPL = "aether.dependencyCollector.impl";

private static final String DEFAULT_COLLECTOR_IMPL = DfDependencyCollector.NAME;
private static final String DEFAULT_COLLECTOR_IMPL = BfDependencyCollector.NAME;

private final Map<String, DependencyCollectorDelegate> delegates;

Expand Down

0 comments on commit c72211e

Please sign in to comment.