slawekjaranowski commented on a change in pull request #52:
URL: 
https://github.com/apache/maven-dependency-analyzer/pull/52#discussion_r812041293



##########
File path: 
src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java
##########
@@ -201,48 +206,26 @@ else if ( file != null && file.isDirectory() )
         return artifactClassMap;
     }
 
-    private Set<String> buildTestDependencyClasses( MavenProject project ) 
throws IOException
+    private Set<String> buildTestOnlyDependencyClasses( Set<String> 
mainDependencyClasses,

Review comment:
       now build new instance ... so don't remove




-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to