diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java
index d542171e6..c1e15538c 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java
+++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java
@@ -217,20 +217,6 @@ public class ArchiveAnalyzer extends AbstractFileTypeAnalyzer {
}
}
- /**
- * Does not support parallel processing as it both modifies and iterates
- * over the engine's list of dependencies.
- *
- * @return true if the analyzer supports parallel processing;
- * otherwise false
- * @see #analyzeDependency(Dependency, Engine)
- * @see #findMoreDependencies(Engine, File)
- */
- @Override
- public boolean supportsParallelProcessing() {
- return true;
- }
-
/**
* Analyzes a given dependency. If the dependency is an archive, such as a
* WAR or EAR, the contents are extracted, scanned, and added to the list of