On Dec 17, 2006, at 4:50 PM, Stephen Duncan wrote:

You can run your Maven build with -X to get debug output, which will
include the dependency info you need.  It's a little hard to read, so
you could alternatively run "mvn
project-info-reports:dependencies" and then open the html file it
produces in target/site/dependencies.html

The problem lies with commons-httpclient 3.0, whose POM says:

    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.2</version>
    </dependency>


        Ugo


--
Ugo Cei
Sourcesense - Via Venezia 23, 20099 Sesto S.Giovanni (MI)
http://www.sourcesense.com



Reply via email to