| | |
| | | <name>pipIrr-web-webchat</name> |
| | | <description>web微信支付模块</description> |
| | | |
| | | <dependencies> |
| | | <!--微信支付--> |
| | | <dependency> |
| | | <groupId>com.github.wechatpay-apiv3</groupId> |
| | | <artifactId>wechatpay-java</artifactId> |
| | | <version>0.2.12</version> |
| | | </dependency> |
| | | |
| | | <!--OkHttp--> |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>4.9.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | <version>4.5.3</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents.client5</groupId> |
| | | <artifactId>httpclient5</artifactId> |
| | | <version>5.1.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents.client5</groupId> |
| | | <artifactId>httpclient5-fluent</artifactId> |
| | | <version>5.1.3</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | <build> |
| | | <plugins> |
| | | <!-- 生成不包含依赖jar的可执行jar包 |