o Fixed ConcurrentModificationException

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-03 12:25:22 +00:00
parent aa74529144
commit c9514a39f5
1 changed files with 0 additions and 2 deletions

View File

@ -408,8 +408,6 @@ public ArtifactResolutionResult resolve( ArtifactResolutionRequest request )
try
{
resolve( artifact, remoteRepositories, localRepository );
result.addArtifact( artifact );
}
catch ( ArtifactNotFoundException anfe )
{