Skip to content

Commit

Permalink
Remove conflicting dependency: org.apache.logging.log4j:log4j-jcl
Browse files Browse the repository at this point in the history
As `org.slf4j:jcl-over-slf4j` is already in use, `org.apache.logging.log4j:log4j-jcl` should be avoided as it does exactly the same: https://logging.apache.org/log4j/2.x/faq.html#which_jars
  • Loading branch information
valfirst authored and rzo1 committed Oct 31, 2024
1 parent 90d9586 commit 14568cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crawler4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>

<!-- Compile time Dependencies -->
<dependency>
Expand Down

0 comments on commit 14568cc

Please sign in to comment.