o Added proper version range to IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-02-10 09:29:15 +00:00
parent 77768ca298
commit 1bebd43b7a
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ import java.util.List;
public class MavenITmng3023ReactorDependencyResolutionTest
extends AbstractMavenIntegrationTestCase
{
public MavenITmng3023ReactorDependencyResolutionTest()
{
super( "(2.1.0-M1,)" );
}
/**
* Test that reactor projects are included in dependency resolution.
*