Skip to content

Commit

Permalink
Removed attempted fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Sep 6, 2018
1 parent 97349e5 commit 87f2918
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ private void performUpdateOnly() {
DependencyCheckScanAgent scanAgent = createScanAgent(true);
try {
scanAgent.execute();
scanAgent.setDependencies(new ArrayList<>());
} catch (ScanAgentException ex) {
LOGGER.error("An error occurred executing Dependency-Check scan agent", ex);
}
Expand Down

0 comments on commit 87f2918

Please sign in to comment.