|
@ -120,14 +120,6 @@ |
|
|
<artifactId>redisson-spring-boot-starter</artifactId> |
|
|
<artifactId>redisson-spring-boot-starter</artifactId> |
|
|
<version>3.19.1</version> |
|
|
<version>3.19.1</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.esotericsoftware</groupId> |
|
|
|
|
|
<artifactId>kryo</artifactId> |
|
|
|
|
|
<version>5.0.0-RC1</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--工具包--> |
|
|
<!--工具包--> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>cn.hutool</groupId> |
|
|
<groupId>cn.hutool</groupId> |
|
@ -424,8 +416,15 @@ |
|
|
<groupId>com.alicp.jetcache</groupId> |
|
|
<groupId>com.alicp.jetcache</groupId> |
|
|
<artifactId>jetcache-starter-redis</artifactId> |
|
|
<artifactId>jetcache-starter-redis</artifactId> |
|
|
<version>2.5.14</version> |
|
|
<version>2.5.14</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.esotericsoftware</groupId> |
|
|
|
|
|
<artifactId>kryo</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.oracle.database.jdbc</groupId> |
|
|
<groupId>com.oracle.database.jdbc</groupId> |
|
|
<artifactId>ojdbc5</artifactId> |
|
|
<artifactId>ojdbc5</artifactId> |
|
|