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.
This commit is contained in:
Alex Osborne
2024-11-28 20:49:22 +09:00
parent b736bd6a24
commit 533d762db5
-2
View File
@@ -86,13 +86,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>