|
|
@ -92,7 +92,40 @@ |
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
<version>${mybatis-plus.version}</version> |
|
|
|
</dependency> |
|
|
|
<!-- 微信支付依赖 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.squareup.retrofit2</groupId> |
|
|
|
<artifactId>converter-simplexml</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
<artifactId>logging-interceptor</artifactId> |
|
|
|
<version>3.8.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.glassfish.jersey.core</groupId> |
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
<version>2.23.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.glassfish.jersey.connectors</groupId> |
|
|
|
<artifactId>jersey-apache-connector</artifactId> |
|
|
|
<version>2.23.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.ws.rs</groupId> |
|
|
|
<artifactId>javax.ws.rs-api</artifactId> |
|
|
|
<version>2.1.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>net.sf.json-lib</groupId> |
|
|
|
<artifactId>json-lib</artifactId> |
|
|
|
<version>2.2.3</version> |
|
|
|
<classifier>jdk15</classifier> |
|
|
|
</dependency> |
|
|
|
<!-- druid --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|