Yeah I know but I think the problem comes more from having dependencies already shipped with JBoss. I mean it's great when you don't use a program to handle your dependencies but with Maven they have no use. I would probably get ride of them anyway, with or without Maven since the handling of different versions can cause a lot of problems. Or at least leave them out of my deployed applications classpath.
On 1/6/06, Edwin van der Elst <[EMAIL PROTECTED]> wrote: > Hi, > > This actually works, thanks! > > What is annoying, is that the commons-logging is required by multiple > dependencies of the ear. So I have to put an exclusion in each dependency. > > Edwin > > -----Oorspronkelijk bericht----- > Van: Alexandre Poitras [mailto:[EMAIL PROTECTED] > Verzonden: donderdag 5 januari 2006 14:33 > Aan: Maven Users List > Onderwerp: Re: M1 or M2? > > > The jar probably come from transitive dependencies. Use the exclude > options to get ride of it in the dependencies declaration providing > the jar. It should do the trick. > > I have no idea about Java WebStart since I haven't use it myself. > > On 1/4/06, Edwin van der Elst <[EMAIL PROTECTED]> wrote: > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
