Once you have your maven project set up, run this:

mvn dependency:tree

or

mvn dependency:tree > tree.txt (to output the content into a file)

This will show you a nice dependency tree for the whole maven project.

2013/5/8 Jon Williams <williams.jonat...@gmail.com>

> If you follow the instructions at tapestry.apache.org getting started page
> you can quickly create a standard tapestry prototype app using maven. Once
> you've done the initial configuration steps, and it builds, look in the lib
> directory of your build to see all the dependencies.
>
>
> On Tue, May 7, 2013 at 7:24 PM, Angelo Chen <angelochen...@gmail.com>
> wrote:
>
> > Hi,
> >
> > How to check the dependencies of tapestry5?
> > does it use apache httpclient4? if yes, what version? Thanks,
> >
> > Angelo
> >
>

Reply via email to