On Wed, Oct 12, 2011 at 10:23 AM, Alessandro Adamou <[email protected]> wrote: > Eventually I went the way of adding it as an Embed-Dependency. It's probably > yet-another-xerces so I'm not sure it's optimal, but at least it's cleaner > and won't tamper with other bundles.
I think that's good enough for now, those xml library things are a pain - we can always review and optimize later. In theory, OSGi allows bundle A to use version V1 of library L, while bundle B uses version V2 of the same library. I haven't used that feature myself yet, but it seems that would work provided all the import/export declarations are correct including the right version ranges. -Bertrand
