mirror of https://github.com/apache/maven.git
[MNG-2720] Multiproject dependencies not accurate for project.compileClasspathElements when run from root project
o Enabled IT for 3.x git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@747589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e2b6555e0
commit
a39ac10891
|
@ -45,7 +45,7 @@ public class MavenITmng2720SiblingClasspathArtifactsTest
|
|||
public MavenITmng2720SiblingClasspathArtifactsTest()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
super( "(2.0.99,2.99.99)" );
|
||||
super( "[2.1.0,)" );
|
||||
}
|
||||
|
||||
public void testIT ()
|
||||
|
|
Loading…
Reference in New Issue