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

o Enabled IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@828223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-21 21:26:09 +00:00
parent 58c4ace578
commit 3c94c762c4
1 changed files with 1 additions and 2 deletions

View File

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