调整部分依赖版本,修复编译失败问题

This commit is contained in:
Binary Wang 2017-05-27 11:46:23 +08:00
parent 4f41aa7b37
commit a96e6f35b0

View File

@ -221,7 +221,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.0</version>
<version>2.9.0</version>
<scope>provided</scope>
</dependency>
</dependencies>