mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 19:11:29 +01:00
updated to correctly label groovy's dependency scope
This commit is contained in:
@@ -666,7 +666,7 @@ arising out of or in connection with the use of this tool, the analysis performe
|
|||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
#if ($dependency.projectReferences.size()>1)
|
#if ($dependency.projectReferences.size()>1)
|
||||||
<br/><b>Referenced In Projects:</b><ul>
|
<br/><b>Referenced In Projects/Scopes:</b><ul>
|
||||||
#foreach($ref in $dependency.projectReferences)
|
#foreach($ref in $dependency.projectReferences)
|
||||||
<li>$enc.html($ref)</li>
|
<li>$enc.html($ref)</li>
|
||||||
#end
|
#end
|
||||||
|
|||||||
Reference in New Issue
Block a user