diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
index 087ca0edf..ffd19c8f7 100644
--- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
+++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
@@ -589,6 +589,17 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
File Path: $esc.html($related.FilePath)
SHA1: $esc.html($related.Sha1sum)
MD5: $esc.html($related.Md5sum)
+ #foreach($id in $related.getIdentifiers())
+ #if ($id.type=="maven")
+ #if( $id.url )
+ ##yes, we are HTML Encoding the href. this is okay. We can't URL encode as we have to trust the analyzer here...
+ $esc.html($id.type): $esc.html($id.value)
+ #else
+ $esc.html($id.type): $esc.html($id.value)
+ #end
+
+ #end
+ #end
#end