Skip to content

Commit f662b74

Browse files
committed
build(cache/jetcache): 排除 redisson 依赖以避免冲突
1 parent e2d8f45 commit f662b74

File tree

1 file changed

+6
-0
lines changed
  • continew-starter-cache/continew-starter-cache-jetcache

1 file changed

+6
-0
lines changed

continew-starter-cache/continew-starter-cache-jetcache/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
<dependency>
3030
<groupId>com.alicp.jetcache</groupId>
3131
<artifactId>jetcache-redisson</artifactId>
32+
<exclusions>
33+
<exclusion>
34+
<groupId>org.redisson</groupId>
35+
<artifactId>redisson</artifactId>
36+
</exclusion>
37+
</exclusions>
3238
</dependency>
3339

3440
<dependency>

0 commit comments

Comments
 (0)