Hi,
I my project I need to use richfaces 3.2.1.GA so I added a property to set the version.

My final ear contains a different version of richfaces so I am trying to figure out th reason.

Using: mvn help:effective-pom I see:

<properties>
   <hibernate.version>3.2.6.GA</hibernate.version>
   <project.version>1.0</project.version>
*-->    <version.richfaces>3.1.4.GA</version.richfaces>
   <hibernate-ejb3.version>3.3.0.ga</hibernate-ejb3.version>
   <version.wicket>1.3.0-SNAPSHOT</version.wicket>
   <richfaces.version>3.2.1.GA</richfaces.version>
   <seam.version>2.1.0.A1</seam.version>
   <drools.version>4.0.7</drools.version>
</properties>

The * line appear in the effective POM.
How can I better understand which dependency causes this line to appear?

Thank you,
Nicola


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to