Merge pull request #2 from PathfinderAx/develop

fix(0): [java]-[mvn]-validation-api依赖指定版本号
This commit is contained in:
chandler 2024-12-24 21:45:50 +08:00 committed by GitHub
commit c7e51754da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,7 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
<!-- swagger3包-->
<dependency>