From 533d762db53e56d19630272dd7f64598f1d128af Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Thu, 28 Nov 2024 20:49:22 +0900 Subject: [PATCH] Include slf4j-jdk14 in heritrix-engine as a compile dependency This eliminates the slf4j warning message on startup and should fix logging for dependencies (such as crawlercommons) that use it. --- engine/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/pom.xml b/engine/pom.xml index 6366e97a2..345273465 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -86,13 +86,11 @@ org.slf4j slf4j-api ${slf4j.version} - test org.slf4j slf4j-jdk14 ${slf4j.version} - test org.freemarker