Browse Source

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

master
Binary Wang 8 years ago
parent
commit
a96e6f35b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml View File

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


Loading…
Cancel
Save