Skip to content

Commit

Permalink
Include slf4j-jdk14 in heritrix-engine as a compile dependency
Browse files Browse the repository at this point in the history
This eliminates the slf4j warning message on startup and should fix
logging for dependencies (such as crawlercommons) that use it.
  • Loading branch information
ato committed Nov 28, 2024
1 parent b736bd6 commit 533d762
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 533d762

Please sign in to comment.