From 9343437324924240832da611da955627a41878bd Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 17 Oct 2023 17:20:51 +0200 Subject: [PATCH] Add `dependency-check` to the root project --- app/pom.xml | 8 -------- pom.xml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 3654dc2..2bc729e 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -108,14 +108,6 @@ -parameters - - org.owasp - dependency-check-maven - 8.4.0 - - ALL - - diff --git a/pom.xml b/pom.xml index 9299827..734ff7b 100644 --- a/pom.xml +++ b/pom.xml @@ -93,5 +93,17 @@ + + + + org.owasp + dependency-check-maven + 8.4.0 + + ALL + + + + \ No newline at end of file