From bf2377c85f76b8c09395ab796a93fe53efb2322f Mon Sep 17 00:00:00 2001 From: Jan van Zadelhoff Date: Fri, 9 Jun 2023 13:02:40 +0200 Subject: [PATCH] move dependency-check into profile --- pom.xml | 45 ++++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 6867472..ed2e46a 100644 --- a/pom.xml +++ b/pom.xml @@ -155,23 +155,6 @@ -Xms256m -Xmx256m - - org.owasp - dependency-check-maven - 8.2.1 - - - - check - - - - - - dependency-check-suppression.xml - - - @@ -236,6 +219,11 @@ properties-maven-plugin 1.0.0 + + org.owasp + dependency-check-maven + 8.2.1 + @@ -294,5 +282,28 @@ + + dependency-check + + + + org.owasp + dependency-check-maven + + + + check + + + + + + dependency-check-suppression.xml + + + + + +