|
|
@ -118,6 +118,43 @@ |
|
|
|
<artifactId>fastjson</artifactId> |
|
|
|
<version>${fastjson.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> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
@ -291,7 +328,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
<artifactId>okhttp</artifactId> |
|
|
|
<version>4.4.1</version> |
|
|
|
<version>3.8.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|