updated to correctly label groovy's dependency scope

This commit is contained in:
Jeremy Long
2016-06-22 06:48:11 -04:00
parent e56e9035b6
commit 80ad16c7fa

View File

@@ -666,7 +666,7 @@ arising out of or in connection with the use of this tool, the analysis performe
#end
#end
#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)
<li>$enc.html($ref)</li>
#end