From 795f1536fd62c67c62f4145e65a92b4b7708ba80 Mon Sep 17 00:00:00 2001 From: Jim Bethancourt Date: Sun, 17 Nov 2024 16:03:19 -0600 Subject: [PATCH] Moved dependency-check to a profile Moved dependency-check to a profile since it breaks the GitHub Actions build --- pom.xml | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 543413c..1223280 100644 --- a/pom.xml +++ b/pom.xml @@ -337,21 +337,6 @@ --> - - org.owasp - dependency-check-maven - 6.1.0 - - 8.0 - - - - - check - - - - @@ -394,6 +379,28 @@ + + local + + + + org.owasp + dependency-check-maven + 6.1.0 + + 8.0 + + + + + check + + + + + + + snapshot-release