827828829830831832833834835836837
{ artifacts = resolver.resolveArtifacts(d, deps.getRepositories()); } if (artifacts.size() != 1) { ShellMessages.warn(writer, "Could not resolve dependency [" + d.toCoordinates() + "]"); } return artifacts; }
867868869870871872873874875876877
858859860861862863864865866867868
869870871872873874875876877878879
849850851852853854855856857858859