fireEvent(ResolutionListener.OMIT_FOR_CYCLE, listeners,
new ResolutionNode(e.getArtifact(), remoteRepositories, child));
}
catch (ArtifactMetadataRetrievalException e) {
artifact.setDependencyTrail(node.getDependencyTrail());
throw new ArtifactResolutionException(
"Unable to get dependency information: "
+ e.getMessage(), artifact, e);
}
recurse(child, resolvedArtifacts, managedVersions,