Commit 1b21938baec5aac914bc0241f4cc0e15c607ffdc

Authored by 王明元
1 parent 368f3fd2

2022年9月30日17:21:13

Showing 1 changed file with 5 additions and 6 deletions
fw-dalaran-server/pom.xml
... ... @@ -55,12 +55,6 @@
55 55 <dependency>
56 56 <groupId>org.springframework.boot</groupId>
57 57 <artifactId>spring-boot-starter-web</artifactId>
58   - <exclusions>
59   - <exclusion>
60   - <groupId>org.hibernate.validator</groupId>
61   - <artifactId>hibernate-validator</artifactId>
62   - </exclusion>
63   - </exclusions>
64 58 </dependency>
65 59 <dependency>
66 60 <groupId>org.springframework.boot</groupId>
... ... @@ -146,6 +140,11 @@
146 140 <artifactId>fw-dalaran-domain</artifactId>
147 141 <version>1.0.0</version>
148 142 </dependency>
  143 + <dependency>
  144 + <groupId>org.hibernate.validator</groupId>
  145 + <artifactId>hibernate-validator</artifactId>
  146 + <version>6.0.11.Final</version>
  147 + </dependency>
149 148  
150 149 </dependencies>
151 150  
... ...