mirror of https://github.com/apache/maven.git
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:
parent
aa74529144
commit
c9514a39f5
|
@ -408,8 +408,6 @@ public class DefaultArtifactResolver
|
|||
try
|
||||
{
|
||||
resolve( artifact, remoteRepositories, localRepository );
|
||||
|
||||
result.addArtifact( artifact );
|
||||
}
|
||||
catch ( ArtifactNotFoundException anfe )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue