| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | 
							- <?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-     <parent>
 
-         <artifactId>kmall-pt-general</artifactId>
 
-         <groupId>com.kmall</groupId>
 
-         <version>3.1.0</version>
 
-     </parent>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <artifactId>kmall-api</artifactId>
 
-     <packaging>jar</packaging>
 
-     <description>API接口模块</description>
 
-     <dependencies>
 
-         <dependency>
 
-             <groupId>com.kmall</groupId>
 
-             <artifactId>kmall-common</artifactId>
 
-             <version>${kmall-version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.kmall</groupId>
 
-             <artifactId>kmall-manager</artifactId>
 
-             <version>${kmall-version}</version>
 
-         </dependency>
 
-         <!--swagger 依赖-->
 
-         <dependency>
 
-             <groupId>io.springfox</groupId>
 
-             <artifactId>springfox-swagger2</artifactId>
 
-             <version>2.4.0</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.springfox</groupId>
 
-             <artifactId>springfox-swagger-ui</artifactId>
 
-             <version>2.4.0</version>
 
-         </dependency>
 
-     </dependencies>
 
-     <build>
 
-         <plugins>
 
-             <plugin>
 
-                 <groupId>org.apache.maven.plugins</groupId>
 
-                 <artifactId>maven-surefire-plugin</artifactId>
 
-                 <version>2.18.1</version>
 
-                 <configuration>
 
-                     <skipTests>true</skipTests>
 
-                     <argLine>-Dfile.encoding=UTF-8</argLine>
 
-                 </configuration>
 
-             </plugin>
 
-         </plugins>
 
-     </build>
 
- </project>
 
 
  |