diff --git a/pom.xml b/pom.xml
index 222a2d11f..5843f02d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,6 +273,9 @@
dependency-check-maven
3.0.1
+
+ src/etc/project-suppression.xml
+
8
true
true
diff --git a/src/etc/project-suppression.xml b/src/etc/project-suppression.xml
new file mode 100644
index 000000000..2c2ac0b39
--- /dev/null
+++ b/src/etc/project-suppression.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ org\.apache\.struts:struts\-annotations\:1\.0\.6
+ cpe:/a:apache:struts:1.0.6
+
+
+
+ org\.apache\.struts\:struts\-*:1\.3\.8
+ cpe:/a:apache:struts:1.3.8
+ cpe:/a:apache:tiles:1.3.8
+ cpe:/a:apache:struts:1.3.8
+
+
\ No newline at end of file