|
|
|
@ -158,6 +158,54 @@ |
|
|
|
<version>3.4.3</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>net.java.jna</groupId> |
|
|
|
<artifactId>jna</artifactId> |
|
|
|
<version>1.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>net.java.examples</groupId> |
|
|
|
<artifactId>examples</artifactId> |
|
|
|
<version>1.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
<artifactId>spring-data-redis</artifactId> |
|
|
|
<version>2.7.17</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- Maven依赖 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-imaging</artifactId> |
|
|
|
<version>1.0-alpha3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.google.code.gson</groupId> |
|
|
|
<artifactId>gson</artifactId> |
|
|
|
<version>2.10.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
<version>5.8.9</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
<version>4.5.14</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
<dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
|