mirror of
https://github.com/apache/maven.git
synced 2025-02-22 01:45:37 +00:00
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 ArtifactResolutionResult resolve( ArtifactResolutionRequest request )
|
||||
try
|
||||
{
|
||||
resolve( artifact, remoteRepositories, localRepository );
|
||||
|
||||
result.addArtifact( artifact );
|
||||
}
|
||||
catch ( ArtifactNotFoundException anfe )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user