Skip to content

Commit

Permalink
!1173 fix(yudao-dependencies): 排除redisson3.41.0对应redisson-spring-data依赖
Browse files Browse the repository at this point in the history
Merge pull request !1173 from xiaomifan/master
  • Loading branch information
YunaiV authored and gitee-org committed Dec 31, 2024
2 parents 266e892 + 7443bdc commit 710dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yudao-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<exclusion>
<groupId>org.redisson</groupId>
<!-- 使用 redisson-spring-data-27 替代,解决 Tuple NoClassDefFoundError 报错 -->
<artifactId>redisson-spring-data-33</artifactId>
<artifactId>redisson-spring-data-34</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 710dce3

Please sign in to comment.