Skip to content

Commit

Permalink
keep using log4j-over-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Mar 22, 2022
1 parent 4b346dd commit 0fd55c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -472,6 +472,12 @@
<groupId>edu.uci.ics</groupId>
<artifactId>crawler4j</artifactId>
<version>3.5</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down

0 comments on commit 0fd55c6

Please sign in to comment.