benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

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

Open suneelponnaganti opened 9 years ago

suneelponnaganti commented 9 years ago

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 commented 9 years ago

Thanks. I'll look into this asap

On Fri, Oct 2, 2015, 8:54 AM Suneel Ponnaganti notifications@github.com 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.

double16 commented 7 years ago

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