Hi, 2012/5/11 Rupert Westenthaler <[email protected]>: > On 10.05.2012, at 15:55, Fabian Christ wrote: >> To make this possible we have to remove the dependency management of >> the Stanbol components from the parent POM [1]. After this change each >> artifact has to configure its dependencies (with version) to other >> Stanbol components within its own POM. > > Does this only apply to Stanbol dependencies or also to dependencies of other > projects (e.g. Clerezza, Solr, Apache Commons ...)?
We will distinguish between internal and external dependencies. Internal dependencies are the ones to org.apache.stanbol.* components. The internal dependencies are managed for each artifact separately. The external dependencies to third party components, like Clerezza, Solr, etc, are still managed by the parent POM. I would like to ensure that we use the very same version of external deps throughout the whole stack. I have started to document this at [1]. [1] http://stanbol.staging.apache.org/stanbol/development/ > In general I think moving to the described procedure is highly desirable for > Stanbol. Me, too. Best, - Fabian -- Fabian http://twitter.com/fctwitt
