Question

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

Était-ce utile?

La solution

Sorry simple mistake in path to central maven repository.

should have been:

- redis.clients -> jedis 2.1.0 

Autres conseils

I don't think the play deps will download the module for you. You have to use play install-module instead.

However I think there might be an issue with the module repository at the moment so you might be better off downloading it yourself.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top