On 12/7/06, spamsucks <[EMAIL PROTECTED]> wrote:
I have a project that uses a lot of dependencies (spring, hibernate, axis,
etc..) My war file ends up containing multiple versions of some files (e.g.
xerces-2.4.0.jar and xercesImpl-2.4.0 or xmlParserAPIs-2.2.1 and
xml-apis-1.0.b2.api)
I would like to set an exclusion for these in my pom, but I don't know where
these dependencies are coming from. Is there a way to figure out what is
bringing these in?
Build the site and look at the dependencies report, or run mvn with -X
and look at the indented tree view of the dependencies. (You'll
probably want to redirect it to a file and view it in something that
doesn't wrap lines.)
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]