This commit is contained in:
Jason van Zyl 2008-12-15 00:46:47 +00:00
parent a89e664905
commit 933c30ed6b
1 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ public interface MavenTools
throws ProjectBuildingException; throws ProjectBuildingException;
List buildArtifactRepositories( Model model ) List buildArtifactRepositories( Model model )
throws ProjectBuildingException;
throws ProjectBuildingException;
} }