Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Binary compatibility is broken in Jedis 2.0.0. Updating jedis maven version to latest as using 2.0.0 with an application which uses latest Jedis 2.8.1 breaks. Reference : redis/jedis#303
  • Loading branch information
vnarayanan committed Jul 18, 2016
1 parent afb2b25 commit bb6e472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.0.0</version>
<version>2.8.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
<version>8.1.2.v20120308</version>
<version>9.3.10.v20160621</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit bb6e472

Please sign in to comment.