pzygielo commented on a change in pull request #367:
URL: https://github.com/apache/maven/pull/367#discussion_r499156521



##########
File path: 
maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java
##########
@@ -145,20 +143,19 @@ public DependencyNode resolveCoreExtension( Plugin 
plugin, DependencyFilter depe
                                                 List<RemoteRepository> 
repositories, RepositorySystemSession session )
         throws PluginResolutionException
     {
-        return resolveInternal( plugin, null /* pluginArtifact */, 
dependencyFilter, null /* transformer */,
-                                repositories, session );
+        return resolveInternal( plugin, null /* pluginArtifact */, 
dependencyFilter,  /* transformer */

Review comment:
       ```suggestion
           return resolveInternal( plugin, null /* pluginArtifact */, 
dependencyFilter,
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to