867868869870871872873874875876877
{ artifacts = resolver.resolveArtifacts(d, deps.getRepositories()); } if (artifacts.size() != 1) { ShellMessages.warn(writer, "Could not resolve dependency [" + d.toCoordinates() + "]"); } return artifacts; }
836837838839840841842843844845846
471472473474475476477478479480481
{ artifacts = resolver.resolveArtifacts(d, deps.getRepositories()); } if (artifacts.size() != 1) { ShellMessages.warn(shell, "Could not resolve dependency [" + d.toCoordinates() + "]"); } return artifacts; }
475476477478479480481482483484485
771772773774775776777778779780781
686687688689690691692693694695696
635636637638639640641642643644645
614615616617618619620621622623624
847848849850851852853854855856857
846847848849850851852853854855856