|
|
@@ -147,6 +147,24 @@
|
|
147
|
147
|
<dependency>
|
|
148
|
148
|
<groupId>org.springframework.boot</groupId>
|
|
149
|
149
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
150
|
+ <exclusions>
|
|
|
151
|
+ <exclusion>
|
|
|
152
|
+ <groupId>redis.clients</groupId>
|
|
|
153
|
+ <artifactId>jedis</artifactId>
|
|
|
154
|
+ </exclusion>
|
|
|
155
|
+ <exclusion>
|
|
|
156
|
+ <artifactId>lettuce-core</artifactId>
|
|
|
157
|
+ <groupId>io.lettuce</groupId>
|
|
|
158
|
+ </exclusion>
|
|
|
159
|
+ </exclusions>
|
|
|
160
|
+ </dependency>
|
|
|
161
|
+ <dependency>
|
|
|
162
|
+ <groupId>redis.clients</groupId>
|
|
|
163
|
+ <artifactId>jedis</artifactId>
|
|
|
164
|
+ </dependency>
|
|
|
165
|
+ <dependency>
|
|
|
166
|
+ <groupId>org.apache.commons</groupId>
|
|
|
167
|
+ <artifactId>commons-pool2</artifactId>
|
|
150
|
168
|
</dependency>
|
|
151
|
169
|
<dependency>
|
|
152
|
170
|
<groupId>org.springframework.session</groupId>
|