mirror of https://github.com/apache/maven.git
o remove comment only relevant for the project builder version of this test
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@780179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac9e467999
commit
4ce879db0a
|
@ -80,9 +80,6 @@ public class ProjectDependenciesResolverTest
|
|||
|
||||
resolver.resolve( project, Artifact.SCOPE_COMPILE, getLocalRepository(), getRemoteRepositories() );
|
||||
|
||||
// Here we will actually not have any artifacts because the ProjectDependenciesResolver is not involved here. So
|
||||
// right now it's not valid to ask for artifacts unless plugins require the artifacts.
|
||||
|
||||
List<String> elements = project.getCompileClasspathElements();
|
||||
assertEquals( 2, elements.size() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue