|
|
|
@ -25,7 +25,8 @@ |
|
|
|
|
<kaptcha.version>2.3.2</kaptcha.version> |
|
|
|
|
<pagehelper.boot.version>1.2.5</pagehelper.boot.version> |
|
|
|
|
<fastjson.version>1.2.73</fastjson.version> |
|
|
|
|
<oshi.version>3.9.1</oshi.version> |
|
|
|
|
<oshi.version>5.2.5</oshi.version> |
|
|
|
|
<jna.version>5.5.0</jna.version> |
|
|
|
|
<commons.io.version>2.5</commons.io.version> |
|
|
|
|
<commons.fileupload.version>1.3.3</commons.fileupload.version> |
|
|
|
|
<poi.version>3.17</poi.version> |
|
|
|
@ -74,6 +75,16 @@ |
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
<!-- swagger2--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
|