Commit 368f3fd2087ef01aaffded8cb1a5c4613bf7f51a

Authored by 王明元
1 parent a7e3d7dc

2022年9月30日17:12:56 排除依赖

Showing 1 changed file with 6 additions and 0 deletions
fw-dalaran-server/pom.xml
... ... @@ -55,6 +55,12 @@
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>
58 64 </dependency>
59 65 <dependency>
60 66 <groupId>org.springframework.boot</groupId>
... ...