From 85604e8afad923e2ed7b4a7200f8d34b5098d70f Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Mon, 7 Sep 2015 16:01:10 -0700 Subject: [PATCH] Logback-core is a transitive dependency from logback-classic -- no need to explicitly mention it. JSoup type is jar by default, so no need to mention that. SLF4J-Ext does not seem to be used, so can drop that. H2 only has runtime scope. --- dependency-check-core/pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 1f8f283cf..4bdfc39a2 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -280,22 +280,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. slf4j-api - - ch.qos.logback - logback-core - test - ch.qos.logback logback-classic test - - - org.slf4j - slf4j-ext - compile - org.owasp dependency-check-utils @@ -342,6 +331,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. com.h2database h2 + runtime org.glassfish @@ -350,7 +340,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.jsoup jsoup - jar com.sun.mail