fixed the possible creation of two indexes

This commit is contained in:
Jeremy Long
2016-11-20 06:49:28 -05:00
parent 2ad08d2367
commit 85ab894b94

View File

@@ -136,6 +136,7 @@ public class MavenEngine extends org.owasp.dependencycheck.Engine {
}
cpe = (CPEAnalyzer) super.initializeAnalyzer(analyzer);
storeCPEAnalyzer(cpe);
return cpe;
}
return super.initializeAnalyzer(analyzer);
}