updated to correctly label groovy's dependency scope

This commit is contained in:
Jeremy Long
2016-06-22 06:38:10 -04:00
parent 73f22d32d2
commit e56e9035b6

View File

@@ -660,7 +660,7 @@ arising out of or in connection with the use of this tool, the analysis performe
<b>MD5:</b>&nbsp;$enc.html($dependency.Md5sum)<br/>
<b>SHA1:</b>&nbsp;$enc.html($dependency.Sha1sum)
#if ($dependency.projectReferences.size()==1)
<br/><b>Referenced In Project:</b>
<br/><b>Referenced In Project/Scope:</b>
#foreach($ref in $dependency.projectReferences)
$enc.html($ref)
#end