Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit bbab5da

Browse files
committed
remove todo
1 parent 9e6c9f6 commit bbab5da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java

-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,6 @@ private ExceptionCollection collectDependencies(Engine engine, MavenProject proj
10261026
projectScan = new FileSet[]{resourcesSet, filtersSet, webappSet};
10271027

10281028
} else if (aggregate) {
1029-
//TODO build the correct scan set for the child project?
10301029
projectScan = new FileSet[scanSet.length];
10311030
for (int x = 0; x < scanSet.length; x++) {
10321031
//deep copy of the FileSet - modifying the directory if it is not absolute.

0 commit comments

Comments
 (0)