Fix mock tests
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -223,6 +223,19 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Explicitly add cron-utils with slf4j excluded to avoid path warning -->
|
||||
<dependency>
|
||||
<groupId>com.cronutils</groupId>
|
||||
<artifactId>cron-utils</artifactId>
|
||||
<version>9.2.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Force Netty 4.1.124.Final to avoid sun.misc.Unsafe warnings -->
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
|
||||
Reference in New Issue
Block a user