From 8f6944a54e192e9700a6b000a3d7c6d53bf57e5f Mon Sep 17 00:00:00 2001 From: ASHUTOSH KUMAR Date: Wed, 23 May 2018 14:48:06 -0400 Subject: [PATCH] FAB-10254 Add Support for OWASP DependencyCheck OWASP DependencyCheck module finds vulnerabilities in the jar file that Java SDK depends on Fixed Identation. Change-Id: Id13698291af7c652f84ed87bf1fe42d0dbbc6b22 Signed-off-by: ASHUTOSH KUMAR --- pom.xml | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 26e8cf7b..616bd2e3 100644 --- a/pom.xml +++ b/pom.xml @@ -509,18 +509,6 @@ - - org.owasp - dependency-check-maven - 3.2.0 - - - - check - - - - @@ -531,6 +519,27 @@ + + owasp + + + + org.owasp + dependency-check-maven + 3.2.0 + + + + check + + + + + + + + + release