|
@@ -20,8 +20,18 @@
|
|
<groupId>com.platform</groupId>
|
|
<groupId>com.platform</groupId>
|
|
<artifactId>platform-common</artifactId>
|
|
<artifactId>platform-common</artifactId>
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>jedis</artifactId>
|
|
|
|
+ <groupId>redis.clients</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>redis.clients</groupId>
|
|
|
|
+ <artifactId>jedis</artifactId>
|
|
|
|
+ <version>2.9.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|