[MNG-3819] [regression] Plugins that don't declare dependency on plexus-utils no longer get plexus-utils:1.1

o Disabled IT for 3.x, no longer supported

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@759485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-28 15:33:36 +00:00
parent 3e30408e37
commit ce6577b748
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public class MavenITmng3819PluginDepPlexusUtilsTest
public MavenITmng3819PluginDepPlexusUtilsTest()
{
super( "(2.0.1,)" );
// This hacky support for bad plugins is dropped in 3.x (MNG-3819)
super( "(2.0.1,3.0-alpha-1)" );
}
/**