mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-07 20:57:12 +08:00
fix(validation): 修复引入包错误,spel-validator-javax => spel-validator-jakarta
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
<!-- SpEL Validator(基于 SpEL 的 jakarta.validation-api 扩展增强包) -->
|
||||
<dependency>
|
||||
<groupId>cn.sticki</groupId>
|
||||
<artifactId>spel-validator-javax</artifactId>
|
||||
<artifactId>spel-validator-jakarta</artifactId>
|
||||
<version>${spel-validator.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
@@ -31,7 +31,7 @@
|
||||
<!-- SpEL Validator(基于 SpEL 的 jakarta.validation-api 扩展增强包) -->
|
||||
<dependency>
|
||||
<groupId>cn.sticki</groupId>
|
||||
<artifactId>spel-validator-javax</artifactId>
|
||||
<artifactId>spel-validator-jakarta</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Reference in New Issue
Block a user