Compile with shaded redis version - fixes #150

This commit is contained in:
Luck
2017-01-26 13:54:23 +00:00
Unverified
parent 73c5a1ad9b
commit 86b203c21b
+2 -2
View File
@@ -57,7 +57,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>2.9.0-shaded</version>
<scope>provided</scope>
</dependency>
<!-- SQLite -->
@@ -88,7 +88,7 @@
<version>3.3.0</version>
<scope>provided</scope>
</dependency>
<!-- slf4j library -->
<!-- slf4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>