Skip to content

Commit 0dc23d3

Browse files
committedFeb 28, 2024·
Merge branch 'master-jdk21' of https://gitee.com/zhijiantianya/ruoyi-vue-pro
# Conflicts: # yudao-framework/yudao-spring-boot-starter-captcha/src/main/java/cn/iocoder/yudao/framework/captcha/config/YudaoCaptchaConfiguration.java # yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/framework/captcha/core/RedisCaptchaServiceImpl.java
2 parents 2dc7376 + 0317e42 commit 0dc23d3

File tree

49 files changed

+48
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+48
-133
lines changed
 

‎yudao-dependencies/pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@
131131
<artifactId>yudao-spring-boot-starter-biz-ip</artifactId>
132132
<version>${revision}</version>
133133
</dependency>
134-
<dependency>
135-
<groupId>cn.iocoder.boot</groupId>
136-
<artifactId>yudao-spring-boot-starter-captcha</artifactId>
137-
<version>${revision}</version>
138-
</dependency>
139-
<dependency>
140-
<groupId>cn.iocoder.boot</groupId>
141-
<artifactId>yudao-spring-boot-starter-desensitize</artifactId>
142-
<version>${revision}</version>
143-
</dependency>
144134

145135
<!-- Spring 核心 -->
146136
<dependency>

‎yudao-framework/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<module>yudao-spring-boot-starter-biz-ip</module>
3434

3535
<module>yudao-spring-boot-starter-flowable</module>
36-
<module>yudao-spring-boot-starter-captcha</module>
3736
<module>yudao-spring-boot-starter-websocket</module>
3837
</modules>
3938

0 commit comments

Comments
 (0)
Please sign in to comment.