2012/5/30 Bertrand Delacretaz <[email protected]>: > FWIW, the way we handle this in Sling is to have just a handful of > dependencies defined in the parent pom [1]: only things like the OSGi > framework, logging and testing libraries. This means the parent pom > does not need frequent changes, and all the rest is defined in the > bundles poms.
This would be an alternative way to go. Currently, we use the mantra to define every external dependency in the parent POM. http://incubator.apache.org/stanbol/development/#build-dependency-management Maybe this policy is something that could/should be changed in the future. -- Fabian http://twitter.com/fctwitt
