diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
index e655434eb..c80c7b4e4 100644
--- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
+++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
@@ -522,36 +522,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
MD5: $esc.html($dependency.Md5sum)
SHA1: $esc.html($dependency.Sha1sum)
-
- #if ( $dependency.analysisExceptions.size() != 0 )
- #set($cnt=$cnt+1)
-
diff --git a/dependency-check-core/src/main/resources/templates/XmlReport.vsl b/dependency-check-core/src/main/resources/templates/XmlReport.vsl
index 97b019697..8d29a3498 100644
--- a/dependency-check-core/src/main/resources/templates/XmlReport.vsl
+++ b/dependency-check-core/src/main/resources/templates/XmlReport.vsl
@@ -66,34 +66,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
#end
-#end
-#if ( $dependency.analysisExceptions.size() != 0 )
-
-#foreach($ex in $dependency.analysisExceptions)
-
- $esc.xml($ex.message)
-#if ( $ex.stackTrace )
-
-#foreach ($st in $ex.stackTrace)
- $esc.xml($st)
-#end
-
-#end
-#if ( $ex.cause )
-
- $esc.xml($ex.cause.message)
-#if ( $ex.cause.stackTrace )
-
-#foreach ($st in $ex.cause.stackTrace)
- $esc.xml($st)
-#end
-
-#end
-
-#end
-
-#end
-
#end
#foreach($evidence in $dependency.getEvidenceUsed())