grails-cookie-session
grails-cookie-session copied to clipboard
Grails 3 - Dependency issue when using cookie-session-3.0.0
Build fails when using cookie-session-3.0.0 version even though I included https://repo.grails.org/grails/plugins.
I had to include the following in repositories to make it work... maven { url "http://dl.bintray.com/benlucchesi/maven" }
I thought it would be helpful if someone is having the same issue.
Thanks. I'll look into this asap
On Fri, Oct 2, 2015, 8:54 AM Suneel Ponnaganti [email protected] wrote:
Build fails when using cookie-session-3.0.0 version even though I included https://repo.grails.org/grails/plugins.
I had to include the following in repositories to make it work... maven { url "http://dl.bintray.com/benlucchesi/maven" }
I thought it would be helpful if someone is having the same issue.
— Reply to this email directly or view it on GitHub https://github.com/benlucchesi/grails-cookie-session/issues/62.
Fixed in dependencies { compile 'org.grails.plugins:cookie-session:4.0.0.RC1' }