Skip to content

Commit bbfca8e

Browse files
committed
增加验证器依赖(可选)
1 parent eafc89e commit bbfca8e

File tree

1 file changed

+6
-0
lines changed
  • hsweb-web-service/hsweb-web-service-simple

1 file changed

+6
-0
lines changed

hsweb-web-service/hsweb-web-service-simple/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
<scope>test</scope>
2020
</dependency>
2121

22+
<dependency>
23+
<groupId>org.hibernate</groupId>
24+
<artifactId>hibernate-validator</artifactId>
25+
<optional>true</optional>
26+
</dependency>
27+
2228
<dependency>
2329
<groupId>org.quartz-scheduler</groupId>
2430
<artifactId>quartz</artifactId>

0 commit comments

Comments
 (0)