Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache dependency needed (Play 2.4) #134

Closed
misto opened this issue Jun 2, 2015 · 2 comments
Closed

Cache dependency needed (Play 2.4) #134

misto opened this issue Jun 2, 2015 · 2 comments

Comments

@misto
Copy link

misto commented Jun 2, 2015

I'm migrating an application to Play 2.4 and I'm using your 0.14.0-SNAPSHOT. When running the application, I got a
RuntimeException: java.lang.NoClassDefFoundError: play/api/cache/Cache$ until I added the cache module to my app-dependencies. I'm not sure if that's just an issue of documentation or a bug, otherwise I would have created a pull-request.

@gakuzzzz
Copy link
Member

gakuzzzz commented Jun 2, 2015

Yes, It is an issue of documentation.
I changed the cache dependency to provided
https://github.com/t2v/play2-auth/pull/133/files#diff-215113124f1de02f228327ba7abb45f7R65
because apps what use before version conflicted old play library.

@gakuzzzz
Copy link
Member

gakuzzzz commented Jul 5, 2015

done ea86dfa

@gakuzzzz gakuzzzz closed this as completed Jul 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants