Quantcast

2.0.0.RC3 spring-security-code / ui problems

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

2.0.0.RC3 spring-security-code / ui problems

roos
Currently, the spring-security-core and spring-security-ui plugins do not
work with 2.0.0.RC3 due to dependency collisions.

I posted the issue in the spring source forum. 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: 2.0.0.RC3 spring-security-code / ui problems

andre al
Until this is fixed you could probably just edit the dependencies.groovy file locally in the spring security ui plugin and replace the dependencies so that they match, change to ''provided ':webxml:1.4''
thats what i did.

andre
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: 2.0.0.RC3 spring-security-code / ui problems

pledbrook
In reply to this post by roos
> Currently, the spring-security-core and spring-security-ui plugins do not
> work with 2.0.0.RC3 due to dependency collisions.

In your BuildConfig.groovy, use:

    plugins {
        runtime ":resources:1.1.3", {
            excludes "webxml"
        }
    }

We're looking into the issue. Our apologies for this.

Peter

--
Peter Ledbrook
Grails Advocate
SpringSource - A Division of VMware

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...