修复cron模块依赖log模块问题

This commit is contained in:
Looly
2024-11-15 12:32:43 +08:00
parent 62d31e4656
commit 3503c47d21
2 changed files with 6 additions and 0 deletions

View File

@@ -26,6 +26,11 @@
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-log</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-setting</artifactId>