mirror of
				https://gitee.com/dromara/hutool.git
				synced 2025-10-31 16:36:56 +08:00 
			
		
		
		
	修复cron模块依赖log模块问题
This commit is contained in:
		| @@ -11,6 +11,7 @@ | |||||||
|  |  | ||||||
| ### 🐞Bug修复 | ### 🐞Bug修复 | ||||||
| * 【core   】      修复DateUtil.rangeToList中step小于等于0时无限循环问题(issue#3783@Github) | * 【core   】      修复DateUtil.rangeToList中step小于等于0时无限循环问题(issue#3783@Github) | ||||||
|  | * 【cron   】      修复cron模块依赖log模块问题 | ||||||
|  |  | ||||||
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ||||||
| # 5.8.33(2024-11-05) | # 5.8.33(2024-11-05) | ||||||
|   | |||||||
| @@ -26,6 +26,11 @@ | |||||||
| 			<artifactId>hutool-core</artifactId> | 			<artifactId>hutool-core</artifactId> | ||||||
| 			<version>${project.parent.version}</version> | 			<version>${project.parent.version}</version> | ||||||
| 		</dependency> | 		</dependency> | ||||||
|  | 		<dependency> | ||||||
|  | 			<groupId>cn.hutool</groupId> | ||||||
|  | 			<artifactId>hutool-log</artifactId> | ||||||
|  | 			<version>${project.parent.version}</version> | ||||||
|  | 		</dependency> | ||||||
| 		<dependency> | 		<dependency> | ||||||
| 			<groupId>cn.hutool</groupId> | 			<groupId>cn.hutool</groupId> | ||||||
| 			<artifactId>hutool-setting</artifactId> | 			<artifactId>hutool-setting</artifactId> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Looly
					Looly