|
@@ -25,7 +25,8 @@ |
|
@@ -25,7 +25,8 @@ |
|
25
|
<kaptcha.version>2.3.2</kaptcha.version>
|
25
|
<kaptcha.version>2.3.2</kaptcha.version>
|
|
26
|
<pagehelper.boot.version>1.2.5</pagehelper.boot.version>
|
26
|
<pagehelper.boot.version>1.2.5</pagehelper.boot.version>
|
|
27
|
<fastjson.version>1.2.73</fastjson.version>
|
27
|
<fastjson.version>1.2.73</fastjson.version>
|
|
28
|
- <oshi.version>3.9.1</oshi.version>
|
28
|
+ <oshi.version>5.2.5</oshi.version>
|
|
|
|
29
|
+ <jna.version>5.5.0</jna.version>
|
|
29
|
<commons.io.version>2.5</commons.io.version>
|
30
|
<commons.io.version>2.5</commons.io.version>
|
|
30
|
<commons.fileupload.version>1.3.3</commons.fileupload.version>
|
31
|
<commons.fileupload.version>1.3.3</commons.fileupload.version>
|
|
31
|
<poi.version>3.17</poi.version>
|
32
|
<poi.version>3.17</poi.version>
|
|
@@ -73,6 +74,16 @@ |
|
@@ -73,6 +74,16 @@ |
|
73
|
<artifactId>oshi-core</artifactId>
|
74
|
<artifactId>oshi-core</artifactId>
|
|
74
|
<version>${oshi.version}</version>
|
75
|
<version>${oshi.version}</version>
|
|
75
|
</dependency>
|
76
|
</dependency>
|
|
|
|
77
|
+
|
|
|
|
78
|
+ <dependency>
|
|
|
|
79
|
+ <groupId>net.java.dev.jna</groupId>
|
|
|
|
80
|
+ <artifactId>jna</artifactId>
|
|
|
|
81
|
+ </dependency>
|
|
|
|
82
|
+
|
|
|
|
83
|
+ <dependency>
|
|
|
|
84
|
+ <groupId>net.java.dev.jna</groupId>
|
|
|
|
85
|
+ <artifactId>jna-platform</artifactId>
|
|
|
|
86
|
+ </dependency>
|
|
76
|
|
87
|
|
|
77
|
<!-- swagger2-->
|
88
|
<!-- swagger2-->
|
|
78
|
<dependency>
|
89
|
<dependency>
|