Skip to content

Commit

Permalink
Merge pull request ozimov#5 from MichaelSp/master
Browse files Browse the repository at this point in the history
 fix the tests
  • Loading branch information
robertotru authored May 15, 2018
2 parents 8452570 + aacb746 commit 79b3053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>

<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -59,7 +59,8 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>2.8.2</version>
<!-- incompatible with 2.9.0 and up: https://github.com/ozimov/embedded-redis/pull/4 -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 79b3053

Please sign in to comment.