File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >io.github.zqrferrari</groupId >
4545 <artifactId >logi-job-spring-boot-starter</artifactId >
46+ <exclusions >
47+ <exclusion >
48+ <artifactId >oshi-core</artifactId >
49+ <groupId >com.github.oshi</groupId >
50+ </exclusion >
51+ </exclusions >
4652 </dependency >
53+
54+ <!-- 感谢 linG5821 的反馈,LogiJob中会依赖oshi-core,但是oshi-core使用的版本过低,因此windows系统上会存在问题,因此升级oshi-core版本 -->
55+ <dependency >
56+ <groupId >com.github.oshi</groupId >
57+ <artifactId >oshi-core</artifactId >
58+ <version >5.6.1</version >
59+ </dependency >
60+
4761 <dependency >
4862 <groupId >io.github.zqrferrari</groupId >
4963 <artifactId >logi-security-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 230230 <groupId >io.github.zqrferrari</groupId >
231231 <artifactId >logi-job-spring-boot-starter</artifactId >
232232 <version >1.0.23</version >
233+ <exclusions >
234+ <exclusion >
235+ <artifactId >oshi-core</artifactId >
236+ <groupId >com.github.oshi</groupId >
237+ </exclusion >
238+ </exclusions >
239+ </dependency >
240+
241+ <!-- 感谢 linG5821 的反馈,LogiJob中会依赖oshi-core,但是oshi-core使用的版本过低,因此windows系统上会存在问题,因此升级oshi-core版本 -->
242+ <dependency >
243+ <groupId >com.github.oshi</groupId >
244+ <artifactId >oshi-core</artifactId >
245+ <version >5.6.1</version >
233246 </dependency >
234247
235248 <dependency >
You can’t perform that action at this time.
0 commit comments