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