Giacomo Pati wrote:
I'v committed an initial dependencyManagement section in the root pom.
The deps were gathered by concatenating all relevant poms into a big xml
document and run through an
xsl stylesheet which extracted all dependencies sorting them by artifactId
groupId. I've hand
crafted it afterwards to eliminate duplicates and put some TODOs into it for
duplicate artifactIds
with different groups.
Next step would be to eliminate all version element from the sub poms, right?
Yes, that is correct. I knew we had smart people here - I wouldn't have
thought of doing it that way. Thanks for the hard work!
Ralph