diff --git a/pom.xml b/pom.xml index b8f17c93a..30925c109 100644 --- a/pom.xml +++ b/pom.xml @@ -146,6 +146,9 @@ NOT_SET NOT_SET + + ${maven.multiModuleProjectDirectory}/src/dependency-check/suppressions.xml + @@ -476,6 +479,7 @@ 8 false + ${dependency-check-suppressions-file} @@ -679,20 +683,6 @@ org.codehaus.mojo versions-maven-plugin - @@ -800,6 +790,22 @@ + + org.owasp + dependency-check-maven + + 8 + false + ${dependency-check-suppressions-file} + + + + + aggregate + + + + diff --git a/src/dependency-check/suppressions.xml b/src/dependency-check/suppressions.xml new file mode 100644 index 000000000..51e1a18f3 --- /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