mirror of https://github.com/apache/maven.git
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:
parent
77768ca298
commit
1bebd43b7a
|
@ -36,6 +36,12 @@ import java.util.List;
|
||||||
public class MavenITmng3023ReactorDependencyResolutionTest
|
public class MavenITmng3023ReactorDependencyResolutionTest
|
||||||
extends AbstractMavenIntegrationTestCase
|
extends AbstractMavenIntegrationTestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public MavenITmng3023ReactorDependencyResolutionTest()
|
||||||
|
{
|
||||||
|
super( "(2.1.0-M1,)" );
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that reactor projects are included in dependency resolution.
|
* Test that reactor projects are included in dependency resolution.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue