Search code examples
playframeworkplayframework-1.xjedis

Play 1.2.5 and Jedis


Simple question but how do I use Jedis with the play framework?

In the dependencies file I added

require:
...
- jedis -> jedis 2.1.0 

Then I run play deps its not downloading the dependency.

I'm sure it is something simple but what am I doing wrong here.

Using Play Framework 1.2.5


Solution

  • Sorry simple mistake in path to central maven repository.

    should have been:

    - redis.clients -> jedis 2.1.0