This commit is contained in:
Jeremy Long
2017-11-05 06:26:16 -05:00

View File

@@ -552,10 +552,12 @@ public class Engine implements FileFilter, AutoCloseable {
}
} else {
final Dependency d = scanFile(f, projectReference);
if (d != null) {
deps.add(d);
}
}
}
}
return deps;
}