fix jedis shading - closes #158

This commit is contained in:
Luck
2017-02-02 16:00:18 +00:00
Unverified
parent bc52e4da0e
commit c837dd5cc8
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0-shaded</version>
<version>2.9.1-shaded</version>
<scope>provided</scope>
</dependency>
<!-- SQLite -->