Spring Framework Acegi Security project

2007-09-06 Thread Gerard Lancome
Hi there, I'm testing a new little project that uses the Spring Framework and Acegi Security. This the relevant section from the pom (which is attached, BTW) dependency groupIdorg.springframework/groupId artifactIdspring/artifactId version2.0.6/version /dependency

Re: Spring Framework Acegi Security project

2007-09-06 Thread Eric Miles
Gerard, Use an exclusion like such: dependency groupIdorg.acegisecurity/groupId artifactIdacegi-security/artifactId version1.0.3/version scopecompile/scope

Re: Spring Framework Acegi Security project

2007-09-06 Thread Gerard Lancome
Hi, On 9/6/07, Eric Miles [EMAIL PROTECTED] wrote: Use an exclusion like such: ... Yes, that worked alright! Not beautiful, but WTH. Thanks a lot, Gerard. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Spring Framework Acegi Security project

2007-09-06 Thread Gerard Lancome
Hi there, I'm testing a new little project that uses the Spring Framework and Acegi Security. This the relevant section from the pom (which is attached, BTW) dependency groupIdorg.springframework/groupId artifactIdspring/artifactId version2.0.6/version /dependency