|
@@ -87,10 +87,10 @@
|
|
<artifactId>data-redis</artifactId>
|
|
<artifactId>data-redis</artifactId>
|
|
<version>${qmth-boot-version}</version>
|
|
<version>${qmth-boot-version}</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
- <exclusion>
|
|
|
|
|
|
+ <!--<exclusion>
|
|
<groupId>org.redisson</groupId>
|
|
<groupId>org.redisson</groupId>
|
|
<artifactId>redisson</artifactId>
|
|
<artifactId>redisson</artifactId>
|
|
- </exclusion>
|
|
|
|
|
|
+ </exclusion>-->
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -127,11 +127,11 @@
|
|
</dependency>
|
|
</dependency>
|
|
<!-- Swagger jars end -->
|
|
<!-- Swagger jars end -->
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
|
+ <!--<dependency>
|
|
<groupId>org.redisson</groupId>
|
|
<groupId>org.redisson</groupId>
|
|
<artifactId>redisson</artifactId>
|
|
<artifactId>redisson</artifactId>
|
|
<version>3.15.6</version>
|
|
<version>3.15.6</version>
|
|
- </dependency>
|
|
|
|
|
|
+ </dependency>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|