Authored by chunhua

local simple

Showing 1 changed file with 10 additions and 0 deletions
@@ -52,6 +52,14 @@ @@ -52,6 +52,14 @@
52 <artifactId>yoho-core-rest-server</artifactId> 52 <artifactId>yoho-core-rest-server</artifactId>
53 <version>${yoho.version}</version> 53 <version>${yoho.version}</version>
54 </dependency> 54 </dependency>
  55 +
  56 + <dependency>
  57 + <groupId>com.yoho.core</groupId>
  58 + <artifactId>yoho-core-rest-client-simple</artifactId>
  59 + <version>${yoho.version}</version>
  60 + </dependency>
  61 +
  62 +
55 <dependency> 63 <dependency>
56 <groupId>com.yoho.core</groupId> 64 <groupId>com.yoho.core</groupId>
57 <artifactId>yoho-core-message</artifactId> 65 <artifactId>yoho-core-message</artifactId>
@@ -63,6 +71,8 @@ @@ -63,6 +71,8 @@
63 <version>${yoho.version}</version> 71 <version>${yoho.version}</version>
64 </dependency> 72 </dependency>
65 73
  74 +
  75 +
66 <!-- //////////////// start yoho model //////////////// --> 76 <!-- //////////////// start yoho model //////////////// -->
67 <dependency> 77 <dependency>
68 <groupId>com.yoho.service.model</groupId> 78 <groupId>com.yoho.service.model</groupId>