| 12345678910111213141516171819202122232425262728293031323334353637383940414243 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
-          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <parent>
 
-         <groupId>com.yonge.cooleshow</groupId>
 
-         <artifactId>cooleshow-mall</artifactId>
 
-         <version>1.0</version>
 
-     </parent>
 
-     <artifactId>mall-pay</artifactId>
 
-     <version>1.0</version>
 
-     <name>mall-pay</name>
 
-     <description>mall-pay</description>
 
-     <properties>
 
-         <java.version>1.8</java.version>
 
-     </properties>
 
-     <dependencies>
 
-         <dependency>
 
-             <groupId>com.huifu.adapay</groupId>
 
-             <artifactId>adapay-java-sdk</artifactId>
 
-             <version>1.2.10</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.yonge.cooleshow</groupId>
 
-             <artifactId>mall-common</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.redisson</groupId>
 
-             <artifactId>redisson</artifactId>
 
-             <version>3.16.4</version>
 
-             <scope>compile</scope>
 
-         </dependency>
 
-         <!-- redisson -->
 
-         <dependency>
 
-             <groupId>org.redisson</groupId>
 
-             <artifactId>redisson-spring-boot-starter</artifactId>
 
-             <version>3.16.4</version>
 
-         </dependency>
 
-     </dependencies>
 
- </project>
 
 
  |