Pre Merge pull request !511 from fengyang/hotfix/springboot3-202408-fixjakarta

pull/511/MERGE
fengyang 2025-02-27 02:58:38 +00:00 committed by Gitee
commit 6c8c098706
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
</dependencies>