o block out the legacy bits from 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@796589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-07-22 00:03:07 +00:00
parent 6d114894f4
commit 63ddce509c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class MavenITmng2883LegacyRepoOfflineTest
public MavenITmng2883LegacyRepoOfflineTest()
{
super( "(2.0.9,2.1.0-M1),(2.1.0-M1,)" );
super( "(,3.0-alpha-1)" );
}
public void testParentUnresolvable()