mirror of https://github.com/apache/maven.git
[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:
parent
58c4ace578
commit
3c94c762c4
|
@ -37,8 +37,7 @@ public class MavenITmng3819PluginDepPlexusUtilsTest
|
|||
|
||||
public MavenITmng3819PluginDepPlexusUtilsTest()
|
||||
{
|
||||
// This hacky support for bad plugins is dropped in 3.x (MNG-3819)
|
||||
super( "(2.0.1,3.0-alpha-1)" );
|
||||
super( "(2.0.1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue