|
|
<?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/maven-v4_0_0.xsd">
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>com.yoho</groupId>
|
|
|
<artifactId>parent</artifactId>
|
...
|
...
|
@@ -22,37 +23,75 @@ |
|
|
</properties>
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
<!-- yoho 公共包 -->
|
|
|
<!-- ************************ yoho ******************************公共包 -->
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.common</groupId>
|
|
|
<artifactId>error-code</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- core -->
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-common</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-dal</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-rest</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-message</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- model -->
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>sns-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>resource-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>promotion-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>profile-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>product-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>order-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>message-service-model</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- ************************ end yoho ******************************公共包 -->
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
...
|
...
|
@@ -61,8 +100,6 @@ |
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>javax</groupId>
|
|
|
<artifactId>javaee-api</artifactId>
|
...
|
...
|
|