Browse Source

增加验证器依赖(可选)

zhouhao 8 years ago
parent
commit
bbfca8e0cb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      hsweb-web-service/hsweb-web-service-simple/pom.xml

+ 6 - 0
hsweb-web-service/hsweb-web-service-simple/pom.xml

@@ -19,6 +19,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-validator</artifactId>
+            <optional>true</optional>
+        </dependency>
+
         <dependency>
             <groupId>org.quartz-scheduler</groupId>
             <artifactId>quartz</artifactId>