diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java index 09545a051..41219c2aa 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java @@ -309,8 +309,8 @@ public class Engine implements FileFilter, AutoCloseable { */ public synchronized void sortDependencies() { //TODO - is this actually necassary???? - Collections.sort(dependencies); - dependenciesExternalView = null; +// Collections.sort(dependencies); +// dependenciesExternalView = null; } /**