...
|
...
|
@@ -23,14 +23,15 @@ |
|
|
</properties>
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
<!-- ************************ yoho ******************************公共包 -->
|
|
|
|
|
|
<!-- ************************ yoho ****************************** -->
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.common</groupId>
|
|
|
<artifactId>error-code</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- core -->
|
|
|
<!-- //////////////// start yoho core //////////////// -->
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-common</artifactId>
|
...
|
...
|
@@ -52,7 +53,7 @@ |
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- model -->
|
|
|
<!-- //////////////// start yoho model //////////////// -->
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.service.model</groupId>
|
|
|
<artifactId>sns-service-model</artifactId>
|
...
|
...
|
@@ -90,7 +91,7 @@ |
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- ************************ end yoho ******************************公共包 -->
|
|
|
<!-- ************************ end yoho 公共包 ****************************** -->
|
|
|
|
|
|
|
|
|
<dependency>
|
...
|
...
|
|