Compile with shaded redis version - fixes #150

This commit is contained in:
Luck 2017-01-26 13:54:23 +00:00
parent 73c5a1ad9b
commit 86b203c21b
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

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>