mirror of https://github.com/apache/maven.git
[MNG-4761] Fixing version range to accommodate maven 2.2.x fix.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@984559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
957a4e2883
commit
6907ff5eeb
|
@ -34,7 +34,7 @@ public class MavenITmng4761PluginLevelDependencyScopesTest
|
|||
|
||||
public MavenITmng4761PluginLevelDependencyScopesTest()
|
||||
{
|
||||
super( "(3.0-beta-2,)" );
|
||||
super( "(2.2.1,2.99)(3.0-beta-2,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue