Compare commits

...

2 Commits

Author SHA1 Message Date
liweiyi
425da53ad6 fix pom captcha dependency 2025-06-24 11:14:58 +08:00
liweiyi
de3d2d36ea 修正captcha依赖错误 2025-06-24 10:53:26 +08:00
3 changed files with 2 additions and 8 deletions

View File

@ -21,6 +21,7 @@
<module>chestnut-common-security</module>
<module>chestnut-common-log</module>
<module>chestnut-common-extend</module>
<module>chestnut-common-captcha</module>
</modules>
<dependencyManagement>

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>com.chestnut</groupId>
<artifactId>chestnut-captcha</artifactId>
<artifactId>chestnut-common-captcha</artifactId>
</dependency>
<dependency>

View File

@ -365,13 +365,6 @@
<version>${chestnut.version}</version>
</dependency>
<!-- 验证码扩展模块 -->
<dependency>
<groupId>com.chestnut</groupId>
<artifactId>chestnut-captcha</artifactId>
<version>${chestnut.version}</version>
</dependency>
<!-- 系统模块 -->
<dependency>
<groupId>com.chestnut</groupId>