wilx commented on code in PR #1667:
URL:
https://github.com/apache/maven-dependency-plugin/pull/1667#discussion_r3698787804
##########
src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/AbstractFromConfigurationMojo.java:
##########
@@ -120,21 +115,21 @@ public abstract class AbstractFromConfigurationMojo
extends AbstractDependencyMo
private final ArtifactHandlerManager artifactHandlerManager;
- private final RepositorySystem repositorySystem;
-
private final ResolverUtil resolverUtil;
+ private final DependencyVersionResolver dependencyVersionResolver;
+
protected AbstractFromConfigurationMojo(
MavenSession session,
BuildContext buildContext,
MavenProject project,
ArtifactHandlerManager artifactHandlerManager,
- RepositorySystem repositorySystem,
- ResolverUtil resolverUtil) {
+ ResolverUtil resolverUtil,
Review Comment:
I reverted the signature change.
--
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]