Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua
9 years ago
Commit
ecd1fab6c0b03e2ea82a08caaa31b8216126492a
1 parent
540ada68
add commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
pom.xml
pom.xml
View file @
ecd1fab
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment