From 8817c508c59acaea75c1b4588b6909c3a5662eee Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sun, 22 Oct 2017 11:38:27 +0200 Subject: [PATCH] Defines a new profile to check missing dependencies --- pom.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84f2af763..0eacc4eb3 100644 --- a/pom.xml +++ b/pom.xml @@ -128,6 +128,25 @@ assembly + + dependency-check + + + + org.owasp + dependency-check-maven + + + verify + + check + + + + + + + jdk8 @@ -254,8 +273,19 @@ + + org.owasp + dependency-check-maven + 3.0.1 + + 8 + true + true + + + org.apache.maven.plugins @@ -358,7 +388,17 @@ org.apache.rat apache-rat-plugin - 0.12 + + + org.owasp + dependency-check-maven + + + + aggregate + + +