mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-04 23:49:46 +08:00
微信V2退款【退款代金券ID】类型错误修正
This commit is contained in:
@@ -5,18 +5,16 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.14.3</version>
|
||||
<version>2.14.3-b</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>jar</packaging>
|
||||
<artifactId>pay-java-web-support</artifactId>
|
||||
<description>Pay Java Web 相关支持</description>
|
||||
<properties>
|
||||
<spring.version>4.3.4.RELEASE</spring.version>
|
||||
<junit.version>4.10</junit.version>
|
||||
<hibernate.version>4.3.6.Final</hibernate.version>
|
||||
</properties>
|
||||
|
||||
<properties>
|
||||
<servlet-api.version>4.0.1</servlet-api.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -26,10 +24,10 @@
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<scope>provided</scope>
|
||||
<version>${servlet-api.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user