cf-framework:captcha移到cf-module-system-biz、第三方验证码版本更新升级为com.anji.captcha

This commit is contained in:
gaoqr
2025-07-17 16:03:16 +08:00
parent b978b895d3
commit 99293af988
48 changed files with 48 additions and 91 deletions
@@ -154,8 +154,8 @@
</dependency>
<dependency>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-captcha</artifactId>
<groupId>com.anji-plus</groupId>
<artifactId>captcha-spring-boot-starter</artifactId> <!-- 验证码,一般用于登录使用 -->
</dependency>
<dependency>
@@ -267,10 +267,6 @@
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-biz-sms</artifactId>
</include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-captcha</artifactId>
</include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-elasticsearch</artifactId>