git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-23 18:26:32 +00:00
parent 51c53b8ddd
commit 7999f398e2
1 changed files with 0 additions and 6 deletions

View File

@ -132,10 +132,4 @@ public class MavenSession
{
return settings;
}
public List getPluginRepositories()
{
return project.getPluginArtifactRepositories();
}
}