Hi, I kinda want to use centralized dependency management in our trunk. Currently, each of the individual project has its own dependency manager, for example blueprint, jmx, transaction, etc. And sometimes we are using the same project but different versions. I'd like us to use the centralized dependency management so that we can make sure there is no version conflict and reduces our dependencies.
My initial thinking is to do this in trunk/pom.xml like what we do in Geronimo, but I realized each of the individual project has java5-parent as the parent. So seems to me that I would have to put the centralized dependency management in java5-parent/pom.xml. Does that sound right or anyone has a better approach? Thx Lin
