diff --git a/pom.xml b/pom.xml index 36ad069..4008dea 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,9 @@ NOT_SET + + ${maven.multiModuleProjectDirectory}/src/dependency-check/suppressions.xml + @@ -393,6 +396,7 @@ 8 false + ${dependency-check-suppressions-file} diff --git a/src/dependency-check/suppressions.xml b/src/dependency-check/suppressions.xml new file mode 100644 index 0000000..51e1a18 --- /dev/null +++ b/src/dependency-check/suppressions.xml @@ -0,0 +1,8 @@ + + + + + ^pkg:maven/li\.strolch/li\.strolch\.persistence\.postgresql@.*$ + cpe:/a:postgresql:postgresql + + \ No newline at end of file