ian-lavallee commented on a change in pull request #14: URL: https://github.com/apache/maven-dependency-analyzer/pull/14#discussion_r453001178
########## File path: src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java ########## @@ -189,6 +210,29 @@ else if ( file != null && file.isDirectory() ) return artifactClassMap; } + protected Set<String> buildTestDependencyClasses( MavenProject project ) throws IOException Review comment: All the other buildMethod methods are protected so I made this protected to keep it the same ---------------------------------------------------------------- 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: us...@infra.apache.org