caiwei-ebay commented on a change in pull request #158:
URL: https://github.com/apache/maven-resolver/pull/158#discussion_r825554027
##########
File path:
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector.java
##########
@@ -253,7 +253,9 @@ public CollectResult collectDependencies(
RepositorySystemSession session, Colle
DefaultVersionFilterContext versionContext = new
DefaultVersionFilterContext( session );
- Args args = new Args( session, trace, pool, context,
versionContext, request );
+ Args args =
+ new Args( session, trace, pool, context, versionContext,
request,
+ new DependencyResolutionSkipper() );
Review comment:
@michael-o @cstamas
Thanks for the advice, made modifications accordingly. Please check the
latest commit.
--
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]