增加alipay-sdk
This commit is contained in:
parent
537c63842b
commit
db99f4ba5b
|
@ -21,6 +21,13 @@
|
|||
<version>1.0.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alipay</groupId>
|
||||
<artifactId>sdk-java</artifactId>
|
||||
<version>20170307171631</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/alipay-sdk-java20170307171631.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue