keep using log4j-over-slf4j

This commit is contained in:
Athou
2022-03-22 16:20:55 +01:00
parent 4b346dd2e1
commit 0fd55c6635

View File

@@ -472,6 +472,12 @@
<groupId>edu.uci.ics</groupId> <groupId>edu.uci.ics</groupId>
<artifactId>crawler4j</artifactId> <artifactId>crawler4j</artifactId>
<version>3.5</version> <version>3.5</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>