Skip to content

Commit

Permalink
fix(yudao-dependencies): 排除redisson3.41.0对应redisson-spring-data依赖
Browse files Browse the repository at this point in the history
依赖错误,解决 Tuple NoClassDefFoundError 报错
  • Loading branch information
fanliuyang committed Dec 30, 2024
1 parent 266e892 commit 7443bdc
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 7443bdc

Please sign in to comment.