From 3c2ada2a77b494ef344e959596b9375af12b250c Mon Sep 17 00:00:00 2001 From: Francois Papon Date: Tue, 11 Jun 2019 23:04:00 +0400 Subject: [PATCH] [UNOMI-236] Add a profile for OWASP maven plugin --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index 3954fd752..e8aa8e6ef 100644 --- a/pom.xml +++ b/pom.xml @@ -589,6 +589,45 @@ + + owasp + + + + org.owasp + dependency-check-maven + false + + + + aggregate + + false + + + + + + + + + org.owasp + dependency-check-maven + false + + OWASP Dependency Check + + + + + aggregate + + + + + + + @@ -1051,6 +1090,11 @@ maven-scm-publish-plugin 3.0.0 + + org.owasp + dependency-check-maven + 5.0.0 +