On Wed, Jun 23, 2010 at 1:52 PM, Roberts, Keith (SAIC) <[email protected]> wrote: > I’m using maven to resolve dependencies. > > > > The only difference I see in the pom.xml files are 2 web libraries in the > store example. I don’t see an explicit dependency for the java extension > package in the store pom. > > >
mvn dependency:tree should give you a list of transient dependencies. The store might be using the "web 2.0 feature pom" that aggregates all required dependencies for a wb 2.0 type of application. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
