[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:
Benjamin Bentmann 2009-02-24 22:41:30 +00:00
parent 6e2b6555e0
commit a39ac10891
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()