Scalariform

This commit is contained in:
Eugene Yokota 2015-04-10 00:30:37 -04:00
parent 612a37bceb
commit 4a6ece4ad9
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ abstract class MavenRepositoryResolver(settings: IvySettings) extends AbstractRe
// Here we add in additional artifact requests, which ALLWAYS have to be explicit since
// Maven/Aether doesn't include all known artifacts in a pom.xml
// TODO - This does not appear to be working correctly.
if (dd.getAllDependencyArtifacts.isEmpty) {
if (dd.getAllDependencyArtifacts.isEmpty) {
val artifactId = s"${drid.getName}-${drid.getRevision}"
// Add the artifacts we know about the module
packaging match {