mirror of https://github.com/apache/maven.git
[MNG-1907] wagon-ssh-external is now in the core
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3205e2f174
commit
be1b1f2d13
|
@ -1120,6 +1120,7 @@ public class DefaultPluginManager
|
|||
artifacts.add( "wagon-file" );
|
||||
artifacts.add( "wagon-http-lightweight" );
|
||||
artifacts.add( "wagon-ssh" );
|
||||
artifacts.add( "wagon-ssh-external" );
|
||||
artifactFilter = new ExclusionSetFilter( artifacts );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue