Authored by chunhua

add

Showing 1 changed file with 19 additions and 0 deletions
@@ -111,6 +111,12 @@ @@ -111,6 +111,12 @@
111 <version>${yoho.version}</version> 111 <version>${yoho.version}</version>
112 </dependency> 112 </dependency>
113 113
  114 + <dependency>
  115 + <groupId>com.yoho.service.model</groupId>
  116 + <artifactId>profile-service-model</artifactId>
  117 + <version>${yoho.version}</version>
  118 + </dependency>
  119 +
114 <!-- ************************ end yoho 公共包 ****************************** --> 120 <!-- ************************ end yoho 公共包 ****************************** -->
115 121
116 122
@@ -422,6 +428,19 @@ @@ -422,6 +428,19 @@
422 <scope>provided</scope> 428 <scope>provided</scope>
423 </dependency> 429 </dependency>
424 430
  431 + <dependency>
  432 + <groupId>javax.validation</groupId>
  433 + <artifactId>validation-api</artifactId>
  434 + <version>1.1.0.Final</version>
  435 + </dependency>
  436 +
  437 + <dependency>
  438 + <groupId>org.hibernate</groupId>
  439 + <artifactId>hibernate-validator</artifactId>
  440 + <version>5.2.2.Final</version>
  441 + </dependency>
  442 +
  443 +
425 444
426 445
427 446