From 47793b7c905f2bcdf8c2034d82a5415722c89a8f Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 22 九月 2020 18:21:23 +0800 Subject: [PATCH] 升级oshi到最新版本v5.2.5 --- pom.xml | 16 ++++------------ 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 6678f21..fc4fde5 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.1.RELEASE</version> + <version>2.1.17.RELEASE</version> <relativePath /> </parent> @@ -23,6 +23,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> + <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <mybatis.spring.boot.starter.version>1.3.2</mybatis.spring.boot.starter.version> <pagehelper.spring.boot.starter.version>1.2.5</pagehelper.spring.boot.starter.version> <fastjson.version>1.2.73</fastjson.version> @@ -34,7 +35,8 @@ <kaptcha.version>2.3.2</kaptcha.version> <swagger.version>2.9.2</swagger.version> <poi.version>3.17</poi.version> - <oshi.version>3.9.1</oshi.version> + <oshi.version>5.2.5</oshi.version> + <jna.version>5.5.0</jna.version> <velocity.version>1.7</velocity.version> </properties> @@ -207,16 +209,6 @@ <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> <version>${oshi.version}</version> - </dependency> - - <dependency> - <groupId>net.java.dev.jna</groupId> - <artifactId>jna</artifactId> - </dependency> - - <dependency> - <groupId>net.java.dev.jna</groupId> - <artifactId>jna-platform</artifactId> </dependency> <!-- excel宸ュ叿 --> -- Gitblit v1.9.3