[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:
Brett Leslie Porter 2006-01-11 20:54:35 +00:00
parent 3205e2f174
commit be1b1f2d13
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}