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

Grails 3 - Dependency issue when using cookie-session-3.0.0 #62

Open
suneelponnaganti opened this issue Oct 2, 2015 · 2 comments
Open

Comments

@suneelponnaganti
Copy link

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.

@benlucchesi
Copy link
Owner

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
#62.

@double16
Copy link

Fixed in
dependencies {
compile 'org.grails.plugins:cookie-session:4.0.0.RC1'
}

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

3 participants