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

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. Y

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 b

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

2007-02-16 Thread Bertrand Renuart
> On 2/16/07, Kyle Mallory <[EMAIL PROTECTED]> wrote: > > 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 explici

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

2007-02-16 Thread Carlos Sanchez
On 2/16/07, Kyle Mallory <[EMAIL PROTECTED]> wrote: > 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 a

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

2007-02-16 Thread Bertrand Renuart
On Behalf > Of Kyle 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

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

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

2007-02-15 Thread Carlos Sanchez
ing something wrong in my config, I just can't seem to find > it. (remember, I'm using Maven For Ant, not Maven directly). > > Thanks again, > > Kyle > > > > > Message: 2 > Date: Wed, 14 Feb 2007 17:07:16 -0800 > From: "Carlos Sanchez" &

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

2007-02-15 Thread James Carman
ndencies didn't eliminate the 1.2.8 dependency (even > though Maven claims it should). > > Perhaps, I'm doing something wrong in my config, I just can't seem to find > it. (remember, I'm using Maven For Ant, not Maven directly). > > Thanks again, > > Kyle >

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

2007-02-15 Thread Kyle Mallory
b 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: tex

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

2007-02-14 Thread Carlos Sanchez
You need to use exclusions http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Acegi is built on top of that dependencies you got, everything is correct. You can change the versions by adding the dependencies to your pom. On 2/14/07, Kyle Mallory <[EMAIL PROTECTE

[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 includi