Re: ghost dependencies

2007-10-01 Thread Nick Stolwijk
Could you run mvn -X install on your project and search the output for this dependency. Maybe that will clear things up? Hth, Nick Stolwijk Darren Salomons wrote: When I package up my WAR file I get a jar file(avalon-framework) bundled up with it that is not a dependency nor a transitive

Re: ghost dependencies

2007-10-01 Thread Wayne Fay
Is it possible that you used to have a dependency on it (perhaps transitively), and haven't run mvn clean to remove it from target, so it is still getting bundled in the WAR? Wayne On 10/1/07, Darren Salomons [EMAIL PROTECTED] wrote: When I package up my WAR file I get a jar

Re: ghost dependencies

2007-10-01 Thread Darren Salomons
Thanks Nick, that helped. I was confused because the dependency tree from the command line in my site was not showing this transitive dependency. Darren Nick Stolwijk-3 wrote: Could you run mvn -X install on your project and search the output for this dependency. Maybe that will clear