Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Kyle Mallory
Carlos, exclusions are for things you DON'T want. If you exclude a dependency, that one and all its children will be excluded, so you don't need to go one by one if you want a different version you have to explicitly add that as a dependency and maven will use YOUR version instead of the one

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Bertrand Renuart
Mallory Sent: vendredi 16 février 2007 19:38 To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security Carlos, exclusions are for things you DON'T want. If you exclude a dependency, that one and all its children will be excluded

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Matt Raible
I'm willing to bet this problem is caused by using the full Spring dependency rather than fine-grained Spring dependencies. I use the full Spring dependency and have experienced this issue as well. It's too bad there's not a way in Maven to say this JAR overrides all others. Here's what I've

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Carlos Sanchez
First, i'm very familiar with how acegi m2 build works, and I do know how Maven resolves transitive dependencies. In both cases i can say that I wrote it, literally ;) if you do take a look to the library folder you will see that there are no jars in both 1.2.8 and 2.0.2, they are all different.

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-16 Thread Carlos Sanchez
On 2/16/07, Matt Raible [EMAIL PROTECTED] wrote: I'm willing to bet this problem is caused by using the full Spring dependency rather than fine-grained Spring dependencies. I use the full Spring dependency and have experienced this issue as well. It's too bad there's not a way in Maven to

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-15 Thread Kyle Mallory
:07:16 -0800 From: Carlos Sanchez [EMAIL PROTECTED] Subject: Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security To: acegisecurity-developer@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed You need to use

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-15 Thread James Carman
: 2 Date: Wed, 14 Feb 2007 17:07:16 -0800 From: Carlos Sanchez [EMAIL PROTECTED] Subject: Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security To: acegisecurity-developer@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-15 Thread Carlos Sanchez
] Maven2 POM for Acegi-Security To: acegisecurity-developer@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed You need to use exclusions http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Acegi

[Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-14 Thread Kyle Mallory
I'm just getting into Maven for all of our dependency control, and was updating my build scripts to use the Maven2 repository with the Maven Tasks for Ant to do my dependency checking. Imagine my surprise when my build scripts proceeded to download all of Spring-1.2.8 and Resin-3.0.9 after