Skip to content

Commit 833c360

Browse files
author
zengqiao
committed
bump oshi-core version to 5.6.1
1 parent 7da1e67 commit 833c360

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

km-task/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,21 @@
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>

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,19 @@
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>

0 commit comments

Comments
 (0)